#808CFB

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

Shades of Light Slate Blue #808CFB

Tints of Light Slate Blue #808CFB

Color information

#808CFB (or 0x808CFB) is unknown color: approx Light Slate Blue. HEX triplet: 80, 8C and FB. RGB value is (128,140,251). Sum of RGB (Red+Green+Blue) = 128+140+251=519 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.66% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #808CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808CFB is #7F7304. Grayscale: #949494. Windows color (decimal): -8352517 or 16485504. OLE color: 16485504.

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

Color convert

RGB128140251-
CMYK0.490.4400.02
HSL234.15º93.89%74.31%-
HSV(B)234.15º49%98.43%-
XYZ35.6930.3195.24-
YUV149.07185.52112.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.66%
GREEN value IS 140 (55.08% from 255) = 26.97%
BLUE value IS 251 (98.44% from 255) = 48.36%
R=24.66%
G=26.97%
B=48.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1281402510.490.4400.02234.1593.8974.31
Hex808CFB312C02ea5e4a
Octal200214373615402352136112
Binary1000000010001100111110111100011011000101110101010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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