#8874EF

Color #8874EF Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #8874EF

Tints of Light Slate Blue #8874EF

Color information

#8874EF (or 0x8874EF) is unknown color: approx Light Slate Blue. HEX triplet: 88, 74 and EF. RGB value is (136,116,239). Sum of RGB (Red+Green+Blue) = 136+116+239=491 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.70% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #8874EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8874EF is #778B10. Grayscale: #878787. Windows color (decimal): -7834385 or 15692936. OLE color: 15692936.

HSL color Cylindrical-coordinate representation of color #8874EF: hue angle of 249.76º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8874EF is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB136116239-
CMYK0.430.5100.06
HSL249.76º79.35%69.61%-
HSV(B)249.76º51.46%93.73%-
XYZ31.9823.9684.6-
YUV136186.13128-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 27.70%
GREEN value IS 116 (45.70% from 255) = 23.63%
BLUE value IS 239 (93.75% from 255) = 48.68%
R=27.70%
G=23.63%
B=48.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1361162390.430.5100.06249.7679.3569.61
Hex8874EF2B3306fa4f46
Octal210164357536306372117106
Binary1000100011101001110111110101111001101101111101010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8874EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8874EF; }

 p { color: rgb(136,116,239); }

 H1.HeaderClassName
 {
   color: #8874EF;
 }
 .AnyTagClassName
 {
   color: #8874EF;
 }
</style>
background-color css

<style>
 a { background-color: #8874EF; }

 a { background-color: rgb(136,116,239); }

 div.DivClassName
 {
   background-color: #8874EF;
 }
 .BgClassName
 {
   background-color: #8874EF;
 }
</style>
border-color css

<style>
 span { border-color: #8874EF; }

 span { border-color: rgb(136,116,239); }

 td.TdClassName
 {
   border-color: #8874EF;
 }
 .TagClassName
 {
   border-color: #8874EF;
 }
</style>