Shades of Light Slate Blue #8172FF
Tints of Light Slate Blue #8172FF
RGB
CMYK
RGB Variations
Color information
#8172FF (or 0x8172FF) is known color: Light Slate Blue. HEX triplet: 81, 72 and FF. RGB value is (129,114,255). Sum of RGB (Red+Green+Blue) = 129+114+255=498 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.90% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #8172FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8172FF is #7E8D00. Grayscale: #868686. Windows color (decimal): -8293633 or 16740993. OLE color: 16740993.
HSL color Cylindrical-coordinate representation of color #8172FF: hue angle of 246.38º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8172FF is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 114 | 255 | - |
| CMYK | 0.49 | 0.55 | 0 | 0 |
| HSL | 246.38º | 1% | 0.72% | - |
| HSV(B) | 246.38º | 0.55% | 1% | - |
| XYZ | 33.12 | 23.92 | 97.48 | - |
| YUV | 134.56 | 195.97 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 114 | 255 | 0.49 | 0.55 | 0 | 0 | 246.38 | 1 | 0.72 |
| Hex | 81 | 72 | FF | 31 | 37 | 0 | 0 | F6 | 64 | 48 |
| Octal | 201 | 162 | 377 | 61 | 67 | 0 | 0 | 366 | 144 | 110 |
| Binary | 10000001 | 1110010 | 11111111 | 110001 | 110111 | 0 | 0 | 11110110 | 1100100 | 1001000 |
Color Harmonies of #8172FF
Complementary color
Monochromatic Colors of #8172FF
Black with #8172FF
Text Example
Text Example
White with #8172FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8172FF; }
p { color: rgb(129,114,255); }
H1.HeaderClassName
{
color: #8172FF;
}
.AnyTagClassName
{
color: #8172FF;
}
</style>
background-color css
<style>
a { background-color: #8172FF; }
a { background-color: rgb(129,114,255); }
div.DivClassName
{
background-color: #8172FF;
}
.BgClassName
{
background-color: #8172FF;
}
</style>
border-color css
<style>
span { border-color: #8172FF; }
span { border-color: rgb(129,114,255); }
td.TdClassName
{
border-color: #8172FF;
}
.TagClassName
{
border-color: #8172FF;
}
</style>