#8E81FA

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

Shades of Light Slate Blue #8E81FA

Tints of Light Slate Blue #8E81FA

Color information

#8E81FA (or 0x8E81FA) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 81 and FA. RGB value is (142,129,250). Sum of RGB (Red+Green+Blue) = 142+129+250=521 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.26% from 521); Green value is 129 (50.78% from 255 or 24.76% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #8E81FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E81FA is #717E05. Grayscale: #929292. Windows color (decimal): -7437830 or 16417166. OLE color: 16417166.

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

Color convert

RGB142129250-
CMYK0.430.4800.02
HSL246.45º92.37%74.31%-
HSV(B)246.45º48.4%98.04%-
XYZ36.2628.3594-
YUV146.68186.31124.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.26%
GREEN value IS 129 (50.78% from 255) = 24.76%
BLUE value IS 250 (98.05% from 255) = 47.98%
R=27.26%
G=24.76%
B=47.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1421292500.430.4800.02246.4592.3774.31
Hex8E81FA2B3002f65c4a
Octal216201372536002366134112
Binary1000111010000001111110101010111100000101111011010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E81FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,129,250); }

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

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

 a { background-color: rgb(142,129,250); }

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

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

 span { border-color: rgb(142,129,250); }

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