Shades of Light Slate Blue #808CFB
Tints of Light Slate Blue #808CFB
RGB
CMYK
RGB Variations
Color information
#808CFB (or 0x808CFB) is known color: 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
| RGB | 128 | 140 | 251 | - |
| CMYK | 0.49 | 0.44 | 0 | 0.02 |
| HSL | 234.15º | 0.94% | 0.74% | - |
| HSV(B) | 234.15º | 0.49% | 0.98% | - |
| XYZ | 35.69 | 30.31 | 95.24 | - |
| YUV | 149.07 | 185.52 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 140 | 251 | 0.49 | 0.44 | 0 | 0.02 | 234.15 | 0.94 | 0.74 |
| Hex | 80 | 8C | FB | 31 | 2C | 0 | 2 | EA | 5E | 4A |
| Octal | 200 | 214 | 373 | 61 | 54 | 0 | 2 | 352 | 136 | 112 |
| Binary | 10000000 | 10001100 | 11111011 | 110001 | 101100 | 0 | 10 | 11101010 | 1011110 | 1001010 |
Color Harmonies of #808CFB
Complementary color
Monochromatic Colors of #808CFB
Black with #808CFB
Text Example
Text Example
White with #808CFB
Text Example
Text Example
HTML Codes & Css Web 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>