#8E87FD

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

Shades of Light Slate Blue #8E87FD

Tints of Light Slate Blue #8E87FD

Color information

#8E87FD (or 0x8E87FD) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 87 and FD. RGB value is (142,135,253). Sum of RGB (Red+Green+Blue) = 142+135+253=530 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.79% from 530); Green value is 135 (53.12% from 255 or 25.47% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #8E87FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E87FD is #717802. Grayscale: #969696. Windows color (decimal): -7436291 or 16615310. OLE color: 16615310.

HSL color Cylindrical-coordinate representation of color #8E87FD: hue angle of 243.56º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E87FD is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB142135253-
CMYK0.440.4700.01
HSL243.56º96.72%76.08%-
HSV(B)243.56º46.64%99.22%-
XYZ37.5530.1796.77-
YUV150.54185.82121.91-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.79%
GREEN value IS 135 (53.12% from 255) = 25.47%
BLUE value IS 253 (99.22% from 255) = 47.74%
R=26.79%
G=25.47%
B=47.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1421352530.440.4700.01243.5696.7276.08
Hex8E87FD2C2F01f4614c
Octal216207375545701364141114
Binary100011101000011111111101101100101111011111010011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E87FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,135,253); }

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

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

 a { background-color: rgb(142,135,253); }

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

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

 span { border-color: rgb(142,135,253); }

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