#808AFF

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

Shades of Light Slate Blue #808AFF

Tints of Light Slate Blue #808AFF

Color information

#808AFF (or 0x808AFF) is unknown color: approx Light Slate Blue. HEX triplet: 80, 8A and FF. RGB value is (128,138,255). Sum of RGB (Red+Green+Blue) = 128+138+255=521 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.57% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #808AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808AFF is #7F7500. Grayscale: #939393. Windows color (decimal): -8353025 or 16747136. OLE color: 16747136.

HSL color Cylindrical-coordinate representation of color #808AFF: hue angle of 235.28º 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 #808AFF is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB128138255-
CMYK0.500.4600
HSL235.28º100%75.1%-
HSV(B)235.28º49.8%100%-
XYZ36.0429.9998.5-
YUV148.35188.19113.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.57%
GREEN value IS 138 (54.30% from 255) = 26.49%
BLUE value IS 255 (100% from 255) = 48.94%
R=24.57%
G=26.49%
B=48.94%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1281382550.500.4600235.2810075.1
Hex808AFF322E00eb644b
Octal200212377625600353144113
Binary100000001000101011111111110010101110001110101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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