COLOR #8592F4

HEX: #8592F4
RGB: (133,146,244)

Color info

#8592F4 contains mainly blue color. Web safe color of #8592F4 is #9999FF (or #99F).

RGB color model

#8592F4 color RGB value is (133,146,244).

  • red value is 133;
  • green value is 146;
  • blue value is 244.
RGB:
(133,146,244)
(52%,57%,96%)

RGB channels and saturation

R 133 of 255 = 52%
G 146 of 255 = 57%
B 244 of 255 = 96%

133
146
244

R + G + B ~ 68%. #8592F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 146 + 244 = 523 (100%)
R 133 of 523 ~ 25.43%
G 146 of 523 ~ 27.92%
B 244 of 523 ~ 46.65%

%25.43
%27.92
%46.65

CMYK color model

#8592F4 color CMYK value is (45,40,0,4).

  • cyan value is 45.49%
  • magenta value is 40.16%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(45,40,0,4)
C45M40Y0K4 
(45%,40%,0%,4%)
(0.45/0.40/0.00/0.04)	

CMYK percentages

%45.49
%40.16
%0
%4.31

Codes

Color #8592F4 in popluar color models

8592F4
RGB133146244
HSL233°83.46%73.92%
HSB/HSV233°45.49%95.69%
CMYK45.49%40.16%0.00%
4.31%

Color #8592F4 in popluar number systems.

HEX8592F4
Decimal133146244
Binary100001011001001011110100
Octal205222364

Shades and tints

Shades of #8592F4

#8592F4
(133,146,244)
#7985DE
(121,133,222)
#6D78C8
(109,120,200)
#616BB2
(97,107,178)
#555E9C
(85,94,156)
#495186
(73,81,134)
#3D4470
(61,68,112)
#31375A
(49,55,90)
#252A44
(37,42,68)
#191D2E
(25,29,46)
#0D1018
(13,16,24)
#000000
(0,0,0)

Tints of #8592F4

#8592F4
(133,146,244)
#909BF5
(144,155,245)
#9BA4F6
(155,164,246)
#A6ADF7
(166,173,247)
#B1B6F8
(177,182,248)
#BCBFF9
(188,191,249)
#C7C8FA
(199,200,250)
#D2D1FB
(210,209,251)
#DDDAFC
(221,218,252)
#E8E3FD
(232,227,253)
#F3ECFE
(243,236,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8592F4 color. Also use rgb(133,146,244) instead hex code.

Text Font Color

.myTextColor { color: #8592F4; }

<p style="color:#8592F4">This sample text font color is #8592F4.</p>

This text font color is #8592F4.


Background Color

.myBgColor { background-color: #8592F4; }

<div style="background-color:#8592F4">Inner text</div>

This div background color is #8592F4.


Border color

.myBorderColor { border: 1px solid #8592F4; }

<div style="border:3px solid #8592F4">Div</div>

This div border color is #8592F4.


Opacity

.myOpacity80 { color: #8592F4; opacity: 0.8; }

<p style="color:#8592F4;opacity:0.8;">80%</p>

Text with #8592F4 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #8592F4;}

<p style="text-shadow: 3px 3px 1px #8592F4">Text here.</p>

This text has shadow with #8592F4 color.

.textShadow {text-shadow: 3px 3px 1px #8592F4, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #8592F4, 5px 5px 20px red">Text here.</p>

This text has shadow with #8592F4 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8592F4, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#8592F4, Direction=45, Strength=4)">Text</p>

This text has shadow with #8592F4 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #8592F4;
  -webkit-box-shadow:	1px 1px 3px 2px #8592F4;
  box-shadow:		1px 1px 3px 2px #8592F4;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8592F4;
-webkit-box-shadow: 1px 1px 3px 2px #8592F4;
box-shadow:1px 1px 3px 2px #8592F4;">
Div content here</div>
This div box has shadow with color #8592F4.

Preview

Color preview on black background

This text has color #8592F4 on black background.


Color preview on white background

This text has color #8592F4 on white background.



Black color preview on #8592F4 background

This text has black color on #8592F4 background.


White color preview on #8592F4 background

This text has white color on #8592F4 background.