Shades of Light Slate Blue #808FFF
Tints of Light Slate Blue #808FFF
RGB
CMYK
RGB Variations
Color information
#808FFF (or 0x808FFF) is known color: Light Slate Blue. HEX triplet: 80, 8F and FF. RGB value is (128,143,255). Sum of RGB (Red+Green+Blue) = 128+143+255=526 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.33% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #808FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808FFF is #7F7000. Grayscale: #969696. Windows color (decimal): -8351745 or 16748416. OLE color: 16748416.
HSL color Cylindrical-coordinate representation of color #808FFF: hue angle of 232.91º 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 #808FFF is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 143 | 255 | - |
| CMYK | 0.50 | 0.44 | 0 | 0 |
| HSL | 232.91º | 1% | 0.75% | - |
| HSV(B) | 232.91º | 0.5% | 1% | - |
| XYZ | 36.77 | 31.45 | 98.74 | - |
| YUV | 151.28 | 186.53 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 143 | 255 | 0.50 | 0.44 | 0 | 0 | 232.91 | 1 | 0.75 |
| Hex | 80 | 8F | FF | 32 | 2C | 0 | 0 | E9 | 64 | 4B |
| Octal | 200 | 217 | 377 | 62 | 54 | 0 | 0 | 351 | 144 | 113 |
| Binary | 10000000 | 10001111 | 11111111 | 110010 | 101100 | 0 | 0 | 11101001 | 1100100 | 1001011 |
Color Harmonies of #808FFF
Complementary color
Monochromatic Colors of #808FFF
Black with #808FFF
Text Example
Text Example
White with #808FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808FFF; }
p { color: rgb(128,143,255); }
H1.HeaderClassName
{
color: #808FFF;
}
.AnyTagClassName
{
color: #808FFF;
}
</style>
background-color css
<style>
a { background-color: #808FFF; }
a { background-color: rgb(128,143,255); }
div.DivClassName
{
background-color: #808FFF;
}
.BgClassName
{
background-color: #808FFF;
}
</style>
border-color css
<style>
span { border-color: #808FFF; }
span { border-color: rgb(128,143,255); }
td.TdClassName
{
border-color: #808FFF;
}
.TagClassName
{
border-color: #808FFF;
}
</style>