#8E80F0

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

Shades of Light Slate Blue #8E80F0

Tints of Light Slate Blue #8E80F0

Color information

#8E80F0 (or 0x8E80F0) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 80 and F0. RGB value is (142,128,240). Sum of RGB (Red+Green+Blue) = 142+128+240=510 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.84% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 240 (94.14% from 255 or 47.06% from 510); Max value from RGB is 240 - color contains mainly: blue. Hex color #8E80F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E80F0 is #717F0F. Grayscale: #909090. Windows color (decimal): -7438096 or 15761550. OLE color: 15761550.

HSL color Cylindrical-coordinate representation of color #8E80F0: hue angle of 247.5º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E80F0 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB142128240-
CMYK0.410.4700.06
HSL247.5º78.87%72.16%-
HSV(B)247.5º46.67%94.12%-
XYZ34.627.4885.92-
YUV144.95181.64125.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.84%
GREEN value IS 128 (50.39% from 255) = 25.10%
BLUE value IS 240 (94.14% from 255) = 47.06%
R=27.84%
G=25.10%
B=47.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1421282400.410.4700.06247.578.8772.16
Hex8E80F0292F06f84f48
Octal216200360515706370117110
Binary10001110100000001111000010100110111101101111100010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E80F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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