#8E86FB

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

Shades of Light Slate Blue #8E86FB

Tints of Light Slate Blue #8E86FB

Color information

#8E86FB (or 0x8E86FB) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 86 and FB. RGB value is (142,134,251). Sum of RGB (Red+Green+Blue) = 142+134+251=527 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.94% from 527); Green value is 134 (52.73% from 255 or 25.43% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #8E86FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E86FB is #717904. Grayscale: #959595. Windows color (decimal): -7436549 or 16483982. OLE color: 16483982.

HSL color Cylindrical-coordinate representation of color #8E86FB: hue angle of 244.1º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E86FB is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB142134251-
CMYK0.430.4700.02
HSL244.1º93.6%75.49%-
HSV(B)244.1º46.61%98.43%-
XYZ37.0929.7795.06-
YUV149.73185.15122.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.94%
GREEN value IS 134 (52.73% from 255) = 25.43%
BLUE value IS 251 (98.44% from 255) = 47.63%
R=26.94%
G=25.43%
B=47.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1421342510.430.4700.02244.193.675.49
Hex8E86FB2B2F02f45e4b
Octal216206373535702364136113
Binary1000111010000110111110111010111011110101111010010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E86FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,134,251); }

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

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

 a { background-color: rgb(142,134,251); }

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

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

 span { border-color: rgb(142,134,251); }

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