#8E7BF9

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

Shades of Light Slate Blue #8E7BF9

Tints of Light Slate Blue #8E7BF9

Color information

#8E7BF9 (or 0x8E7BF9) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 7B and F9. RGB value is (142,123,249). Sum of RGB (Red+Green+Blue) = 142+123+249=514 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.63% from 514); Green value is 123 (48.44% from 255 or 23.93% from 514); Blue value is 249 (97.66% from 255 or 48.44% from 514); Max value from RGB is 249 - color contains mainly: blue. Hex color #8E7BF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E7BF9 is #718406. Grayscale: #8E8E8E. Windows color (decimal): -7439367 or 16350094. OLE color: 16350094.

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

Color convert

RGB142123249-
CMYK0.430.5100.02
HSL249.05º91.3%72.94%-
HSV(B)249.05º50.6%97.65%-
XYZ35.3426.7692.92-
YUV143.04187.79127.25-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.63%
GREEN value IS 123 (48.44% from 255) = 23.93%
BLUE value IS 249 (97.66% from 255) = 48.44%
R=27.63%
G=23.93%
B=48.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1421232490.430.5100.02249.0591.372.94
Hex8E7BF92B3302f95b49
Octal216173371536302371133111
Binary100011101111011111110011010111100110101111100110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,123,249); }

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

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

 a { background-color: rgb(142,123,249); }

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

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

 span { border-color: rgb(142,123,249); }

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