#8F80EE

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

Shades of Light Slate Blue #8F80EE

Tints of Light Slate Blue #8F80EE

Color information

#8F80EE (or 0x8F80EE) is unknown color: approx Light Slate Blue. HEX triplet: 8F, 80 and EE. RGB value is (143,128,238). Sum of RGB (Red+Green+Blue) = 143+128+238=509 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.09% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F80EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F80EE is #707F11. Grayscale: #909090. Windows color (decimal): -7372562 or 15630479. OLE color: 15630479.

HSL color Cylindrical-coordinate representation of color #8F80EE: hue angle of 248.18º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8F80EE is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB143128238-
CMYK0.400.4600.07
HSL248.18º76.39%71.76%-
HSV(B)248.18º46.22%93.33%-
XYZ34.4827.4584.37-
YUV145.02180.47126.56-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.09%
GREEN value IS 128 (50.39% from 255) = 25.15%
BLUE value IS 238 (93.36% from 255) = 46.76%
R=28.09%
G=25.15%
B=46.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1431282380.400.4600.07248.1876.3971.76
Hex8F80EE282E07f84c48
Octal217200356505607370114110
Binary10001111100000001110111010100010111001111111100010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F80EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,128,238); }

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

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

 a { background-color: rgb(143,128,238); }

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

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

 span { border-color: rgb(143,128,238); }

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