#808AFB

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

Shades of Light Slate Blue #808AFB

Tints of Light Slate Blue #808AFB

Color information

#808AFB (or 0x808AFB) is unknown color: approx Light Slate Blue. HEX triplet: 80, 8A and FB. RGB value is (128,138,251). Sum of RGB (Red+Green+Blue) = 128+138+251=517 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.76% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #808AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808AFB is #7F7504. Grayscale: #939393. Windows color (decimal): -8353029 or 16484992. OLE color: 16484992.

HSL color Cylindrical-coordinate representation of color #808AFB: hue angle of 235.12º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #808AFB is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB128138251-
CMYK0.490.4500.02
HSL235.12º93.89%74.31%-
HSV(B)235.12º49%98.43%-
XYZ35.429.7395.14-
YUV147.89186.19113.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.76%
GREEN value IS 138 (54.30% from 255) = 26.69%
BLUE value IS 251 (98.44% from 255) = 48.55%
R=24.76%
G=26.69%
B=48.55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1281382510.490.4500.02235.1293.8974.31
Hex808AFB312D02eb5e4a
Octal200212373615502353136112
Binary1000000010001010111110111100011011010101110101110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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