#8E80FD

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

Shades of Light Slate Blue #8E80FD

Tints of Light Slate Blue #8E80FD

Color information

#8E80FD (or 0x8E80FD) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 80 and FD. RGB value is (142,128,253). Sum of RGB (Red+Green+Blue) = 142+128+253=523 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.15% from 523); Green value is 128 (50.39% from 255 or 24.47% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #8E80FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E80FD is #717F02. Grayscale: #919191. Windows color (decimal): -7438083 or 16613518. OLE color: 16613518.

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

Color convert

RGB142128253-
CMYK0.440.4900.01
HSL246.72º96.9%74.71%-
HSV(B)246.72º49.41%99.22%-
XYZ36.628.2896.46-
YUV146.44188.14124.84-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.15%
GREEN value IS 128 (50.39% from 255) = 24.47%
BLUE value IS 253 (99.22% from 255) = 48.37%
R=27.15%
G=24.47%
B=48.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1421282530.440.4900.01246.7296.974.71
Hex8E80FD2C3101f7614b
Octal216200375546101367141113
Binary100011101000000011111101101100110001011111011111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E80FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,128,253); }

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

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

 a { background-color: rgb(142,128,253); }

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

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

 span { border-color: rgb(142,128,253); }

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