#8487EF

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

Shades of Light Slate Blue #8487EF

Tints of Light Slate Blue #8487EF

Color information

#8487EF (or 0x8487EF) is unknown color: approx Light Slate Blue. HEX triplet: 84, 87 and EF. RGB value is (132,135,239). Sum of RGB (Red+Green+Blue) = 132+135+239=506 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.09% from 506); Green value is 135 (53.12% from 255 or 26.68% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #8487EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8487EF is #7B7810. Grayscale: #919191. Windows color (decimal): -8091665 or 15697796. OLE color: 15697796.

HSL color Cylindrical-coordinate representation of color #8487EF: hue angle of 238.32º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8487EF is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB132135239-
CMYK0.450.4400.06
HSL238.32º76.98%72.75%-
HSV(B)238.32º44.77%93.73%-
XYZ33.7628.4785.38-
YUV145.96180.51118.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.09%
GREEN value IS 135 (53.12% from 255) = 26.68%
BLUE value IS 239 (93.75% from 255) = 47.23%
R=26.09%
G=26.68%
B=47.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1321352390.450.4400.06238.3276.9872.75
Hex8487EF2D2C06ee4d49
Octal204207357555406356115111
Binary10000100100001111110111110110110110001101110111010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8487EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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