#808EFF

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

Shades of Light Slate Blue #808EFF

Tints of Light Slate Blue #808EFF

Color information

#808EFF (or 0x808EFF) is unknown color: approx Light Slate Blue. HEX triplet: 80, 8E and FF. RGB value is (128,142,255). Sum of RGB (Red+Green+Blue) = 128+142+255=525 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.38% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #808EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808EFF is #7F7100. Grayscale: #969696. Windows color (decimal): -8352001 or 16748160. OLE color: 16748160.

HSL color Cylindrical-coordinate representation of color #808EFF: hue angle of 233.39º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #808EFF is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB128142255-
CMYK0.500.4400
HSL233.39º100%75.1%-
HSV(B)233.39º49.8%100%-
XYZ36.6331.1698.69-
YUV150.7186.86111.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.38%
GREEN value IS 142 (55.86% from 255) = 27.05%
BLUE value IS 255 (100% from 255) = 48.57%
R=24.38%
G=27.05%
B=48.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1281422550.500.4400233.3910075.1
Hex808EFF322C00e9644b
Octal200216377625400351144113
Binary100000001000111011111111110010101100001110100111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808EFF; }

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

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

<style>
 a { background-color: #808EFF; }

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

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

<style>
 span { border-color: #808EFF; }

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

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