#808EFD

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

Shades of Light Slate Blue #808EFD

Tints of Light Slate Blue #808EFD

Color information

#808EFD (or 0x808EFD) is unknown color: approx Light Slate Blue. HEX triplet: 80, 8E and FD. RGB value is (128,142,253). Sum of RGB (Red+Green+Blue) = 128+142+253=523 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.47% from 523); Green value is 142 (55.86% from 255 or 27.15% 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 #808EFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808EFD is #7F7102. Grayscale: #969696. Windows color (decimal): -8352003 or 16617088. OLE color: 16617088.

HSL color Cylindrical-coordinate representation of color #808EFD: hue angle of 233.28º 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 #808EFD is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB128142253-
CMYK0.490.4400.01
HSL233.28º96.9%74.71%-
HSV(B)233.28º49.41%99.22%-
XYZ36.331.0397-
YUV150.47185.86111.97-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1281422530.490.4400.01233.2896.974.71
Hex808EFD312C01e9614b
Octal200216375615401351141113
Binary100000001000111011111101110001101100011110100111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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