#8774EF

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

Shades of Light Slate Blue #8774EF

Tints of Light Slate Blue #8774EF

Color information

#8774EF (or 0x8774EF) is unknown color: approx Light Slate Blue. HEX triplet: 87, 74 and EF. RGB value is (135,116,239). Sum of RGB (Red+Green+Blue) = 135+116+239=490 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.55% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #8774EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8774EF is #788B10. Grayscale: #878787. Windows color (decimal): -7899921 or 15692935. OLE color: 15692935.

HSL color Cylindrical-coordinate representation of color #8774EF: hue angle of 249.27º 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 #8774EF is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB135116239-
CMYK0.440.5100.06
HSL249.27º79.35%69.61%-
HSV(B)249.27º51.46%93.73%-
XYZ31.8223.8784.59-
YUV135.7186.29127.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.55%
GREEN value IS 116 (45.70% from 255) = 23.67%
BLUE value IS 239 (93.75% from 255) = 48.78%
R=27.55%
G=23.67%
B=48.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1351162390.440.5100.06249.2779.3569.61
Hex8774EF2C3306f94f46
Octal207164357546306371117106
Binary1000011111101001110111110110011001101101111100110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8774EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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