#8D8EFB

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

Shades of Light Slate Blue #8D8EFB

Tints of Light Slate Blue #8D8EFB

Color information

#8D8EFB (or 0x8D8EFB) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 8E and FB. RGB value is (141,142,251). Sum of RGB (Red+Green+Blue) = 141+142+251=534 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.40% from 534); Green value is 142 (55.86% from 255 or 26.59% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #8D8EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D8EFB is #727104. Grayscale: #999999. Windows color (decimal): -7500037 or 16486029. OLE color: 16486029.

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

Color convert

RGB141142251-
CMYK0.440.4300.02
HSL239.45º93.22%76.86%-
HSV(B)239.45º43.82%98.43%-
XYZ38.0731.9795.43-
YUV154.13182.67118.64-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.40%
GREEN value IS 142 (55.86% from 255) = 26.59%
BLUE value IS 251 (98.44% from 255) = 47.00%
R=26.40%
G=26.59%
B=47.00%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1411422510.440.4300.02239.4593.2276.86
Hex8D8EFB2C2B02ef5d4d
Octal215216373545302357135115
Binary1000110110001110111110111011001010110101110111110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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