Shades of Light Slate Blue #8176FE
Tints of Light Slate Blue #8176FE
RGB
CMYK
RGB Variations
Color information
#8176FE (or 0x8176FE) is known color: Light Slate Blue. HEX triplet: 81, 76 and FE. RGB value is (129,118,254). Sum of RGB (Red+Green+Blue) = 129+118+254=501 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.75% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #8176FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8176FE is #7E8901. Grayscale: #888888. Windows color (decimal): -8292610 or 16676481. OLE color: 16676481.
HSL color Cylindrical-coordinate representation of color #8176FE: hue angle of 244.85º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8176FE is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 129 | 118 | 254 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.00 |
| HSL | 244.85º | 0.99% | 0.73% | - |
| HSV(B) | 244.85º | 0.54% | 1% | - |
| XYZ | 33.42 | 24.78 | 96.79 | - |
| YUV | 136.79 | 194.14 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 118 | 254 | 0.49 | 0.54 | 0 | 0.00 | 244.85 | 0.99 | 0.73 |
| Hex | 81 | 76 | FE | 31 | 36 | 0 | 0 | F5 | 63 | 49 |
| Octal | 201 | 166 | 376 | 61 | 66 | 0 | 0 | 365 | 143 | 111 |
| Binary | 10000001 | 1110110 | 11111110 | 110001 | 110110 | 0 | 0 | 11110101 | 1100011 | 1001001 |
Color Harmonies of #8176FE
Complementary color
Monochromatic Colors of #8176FE
Black with #8176FE
Text Example
Text Example
White with #8176FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8176FE; }
p { color: rgb(129,118,254); }
H1.HeaderClassName
{
color: #8176FE;
}
.AnyTagClassName
{
color: #8176FE;
}
</style>
background-color css
<style>
a { background-color: #8176FE; }
a { background-color: rgb(129,118,254); }
div.DivClassName
{
background-color: #8176FE;
}
.BgClassName
{
background-color: #8176FE;
}
</style>
border-color css
<style>
span { border-color: #8176FE; }
span { border-color: rgb(129,118,254); }
td.TdClassName
{
border-color: #8176FE;
}
.TagClassName
{
border-color: #8176FE;
}
</style>