#8e82fe

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

Shades of Light Slate Blue #8E82FE

Tints of Light Slate Blue #8E82FE

Color information

#8E82FE (or 0x8E82FE) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 82 and FE. RGB value is (142,130,254). Sum of RGB (Red+Green+Blue) = 142+130+254=526 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.00% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #8E82FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E82FE is #717D01. Grayscale: #939393. Windows color (decimal): -7437570 or 16679566. OLE color: 16679566.

HSL color Cylindrical-coordinate representation of color #8E82FE: hue angle of 245.81º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E82FE is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB142130254-
CMYK0.440.4900.00
HSL245.81º98.41%75.29%-
HSV(B)245.81º48.82%99.61%-
XYZ37.0328.8797.39-
YUV147.72187.98123.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.00%
GREEN value IS 130 (51.17% from 255) = 24.71%
BLUE value IS 254 (99.61% from 255) = 48.29%
R=27.00%
G=24.71%
B=48.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1421302540.440.4900.00245.8198.4175.29
Hex8E82FE2C3100f6624b
Octal216202376546100366142113
Binary100011101000001011111110101100110001001111011011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e82fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,130,254); }

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

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

 a { background-color: rgb(142,130,254); }

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

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

 span { border-color: rgb(142,130,254); }

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