#8E8DFB

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

Shades of Light Slate Blue #8E8DFB

Tints of Light Slate Blue #8E8DFB

Color information

#8E8DFB (or 0x8E8DFB) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 8D and FB. RGB value is (142,141,251). Sum of RGB (Red+Green+Blue) = 142+141+251=534 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.59% from 534); Green value is 141 (55.47% from 255 or 26.40% 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 #8E8DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E8DFB is #717204. Grayscale: #999999. Windows color (decimal): -7434757 or 16485774. OLE color: 16485774.

HSL color Cylindrical-coordinate representation of color #8E8DFB: hue angle of 240.55º 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 #8E8DFB is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB142141251-
CMYK0.430.4400.02
HSL240.55º93.22%76.86%-
HSV(B)240.55º43.82%98.43%-
XYZ38.0931.7795.39-
YUV153.84182.83119.56-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1421412510.430.4400.02240.5593.2276.86
Hex8E8DFB2B2C02f15d4d
Octal216215373535402361135115
Binary1000111010001101111110111010111011000101111000110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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