#808AFE

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

Shades of Light Slate Blue #808AFE

Tints of Light Slate Blue #808AFE

Color information

#808AFE (or 0x808AFE) is unknown color: approx Light Slate Blue. HEX triplet: 80, 8A and FE. RGB value is (128,138,254). Sum of RGB (Red+Green+Blue) = 128+138+254=520 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.62% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #808AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808AFE is #7F7501. Grayscale: #939393. Windows color (decimal): -8353026 or 16681600. OLE color: 16681600.

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

Color convert

RGB128138254-
CMYK0.500.4600.00
HSL235.24º98.44%74.9%-
HSV(B)235.24º49.61%99.61%-
XYZ35.8829.9297.65-
YUV148.23187.69113.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.62%
GREEN value IS 138 (54.30% from 255) = 26.54%
BLUE value IS 254 (99.61% from 255) = 48.85%
R=24.62%
G=26.54%
B=48.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1281382540.500.4600.00235.2498.4474.9
Hex808AFE322E00eb624b
Octal200212376625600353142113
Binary100000001000101011111110110010101110001110101111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,138,254); }

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

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

 a { background-color: rgb(128,138,254); }

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

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

 span { border-color: rgb(128,138,254); }

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