Shades of Light Slate Blue #8176FF
Tints of Light Slate Blue #8176FF
RGB
CMYK
RGB Variations
Color information
#8176FF (or 0x8176FF) is known color: Light Slate Blue. HEX triplet: 81, 76 and FF. RGB value is (129,118,255). Sum of RGB (Red+Green+Blue) = 129+118+255=502 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.70% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #8176FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8176FF is #7E8900. Grayscale: #888888. Windows color (decimal): -8292609 or 16742017. OLE color: 16742017.
HSL color Cylindrical-coordinate representation of color #8176FF: hue angle of 244.82º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8176FF is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 118 | 255 | - |
| CMYK | 0.49 | 0.54 | 0 | 0 |
| HSL | 244.82º | 1% | 0.73% | - |
| HSV(B) | 244.82º | 0.54% | 1% | - |
| XYZ | 33.58 | 24.84 | 97.63 | - |
| YUV | 136.91 | 194.64 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 118 | 255 | 0.49 | 0.54 | 0 | 0 | 244.82 | 1 | 0.73 |
| Hex | 81 | 76 | FF | 31 | 36 | 0 | 0 | F5 | 64 | 49 |
| Octal | 201 | 166 | 377 | 61 | 66 | 0 | 0 | 365 | 144 | 111 |
| Binary | 10000001 | 1110110 | 11111111 | 110001 | 110110 | 0 | 0 | 11110101 | 1100100 | 1001001 |
Color Harmonies of #8176FF
Complementary color
Monochromatic Colors of #8176FF
Black with #8176FF
Text Example
Text Example
White with #8176FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8176FF; }
p { color: rgb(129,118,255); }
H1.HeaderClassName
{
color: #8176FF;
}
.AnyTagClassName
{
color: #8176FF;
}
</style>
background-color css
<style>
a { background-color: #8176FF; }
a { background-color: rgb(129,118,255); }
div.DivClassName
{
background-color: #8176FF;
}
.BgClassName
{
background-color: #8176FF;
}
</style>
border-color css
<style>
span { border-color: #8176FF; }
span { border-color: rgb(129,118,255); }
td.TdClassName
{
border-color: #8176FF;
}
.TagClassName
{
border-color: #8176FF;
}
</style>