Shades of Light Slate Blue #8071FF
Tints of Light Slate Blue #8071FF
RGB
CMYK
RGB Variations
Color information
#8071FF (or 0x8071FF) is known color: Light Slate Blue. HEX triplet: 80, 71 and FF. RGB value is (128,113,255). Sum of RGB (Red+Green+Blue) = 128+113+255=496 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.81% from 496); Green value is 113 (44.53% from 255 or 22.78% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #8071FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8071FF is #7F8E00. Grayscale: #858585. Windows color (decimal): -8359425 or 16740736. OLE color: 16740736.
HSL color Cylindrical-coordinate representation of color #8071FF: hue angle of 246.34º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8071FF is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 113 | 255 | - |
| CMYK | 0.50 | 0.56 | 0 | 0 |
| HSL | 246.34º | 1% | 0.72% | - |
| HSV(B) | 246.34º | 0.56% | 1% | - |
| XYZ | 32.86 | 23.62 | 97.43 | - |
| YUV | 133.67 | 196.47 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 113 | 255 | 0.50 | 0.56 | 0 | 0 | 246.34 | 1 | 0.72 |
| Hex | 80 | 71 | FF | 32 | 38 | 0 | 0 | F6 | 64 | 48 |
| Octal | 200 | 161 | 377 | 62 | 70 | 0 | 0 | 366 | 144 | 110 |
| Binary | 10000000 | 1110001 | 11111111 | 110010 | 111000 | 0 | 0 | 11110110 | 1100100 | 1001000 |
Color Harmonies of #8071FF
Complementary color
Monochromatic Colors of #8071FF
Black with #8071FF
Text Example
Text Example
White with #8071FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8071FF; }
p { color: rgb(128,113,255); }
H1.HeaderClassName
{
color: #8071FF;
}
.AnyTagClassName
{
color: #8071FF;
}
</style>
background-color css
<style>
a { background-color: #8071FF; }
a { background-color: rgb(128,113,255); }
div.DivClassName
{
background-color: #8071FF;
}
.BgClassName
{
background-color: #8071FF;
}
</style>
border-color css
<style>
span { border-color: #8071FF; }
span { border-color: rgb(128,113,255); }
td.TdClassName
{
border-color: #8071FF;
}
.TagClassName
{
border-color: #8071FF;
}
</style>