#8a87ef

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

Shades of Light Slate Blue #8A87EF

Tints of Light Slate Blue #8A87EF

Color information

#8A87EF (or 0x8A87EF) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 87 and EF. RGB value is (138,135,239). Sum of RGB (Red+Green+Blue) = 138+135+239=512 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.95% from 512); Green value is 135 (53.12% from 255 or 26.37% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #8A87EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A87EF is #757810. Grayscale: #939393. Windows color (decimal): -7698449 or 15697802. OLE color: 15697802.

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

Color convert

RGB138135239-
CMYK0.420.4400.06
HSL241.73º76.47%73.33%-
HSV(B)241.73º43.51%93.73%-
XYZ34.7328.9685.42-
YUV147.75179.49121.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.95%
GREEN value IS 135 (53.12% from 255) = 26.37%
BLUE value IS 239 (93.75% from 255) = 46.68%
R=26.95%
G=26.37%
B=46.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1381352390.420.4400.06241.7376.4773.33
Hex8A87EF2A2C06f24c49
Octal212207357525406362114111
Binary10001010100001111110111110101010110001101111001010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a87ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8a87ef; }

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

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

<style>
 a { background-color: #8a87ef; }

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

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

<style>
 span { border-color: #8a87ef; }

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

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