Shades of Light Slate Blue #8173FF
Tints of Light Slate Blue #8173FF
RGB
CMYK
RGB Variations
Color information
#8173FF (or 0x8173FF) is known color: Light Slate Blue. HEX triplet: 81, 73 and FF. RGB value is (129,115,255). Sum of RGB (Red+Green+Blue) = 129+115+255=499 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.85% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #8173FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8173FF is #7E8C00. Grayscale: #868686. Windows color (decimal): -8293377 or 16741249. OLE color: 16741249.
HSL color Cylindrical-coordinate representation of color #8173FF: hue angle of 246º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8173FF is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 115 | 255 | - |
| CMYK | 0.49 | 0.55 | 0 | 0 |
| HSL | 246º | 1% | 0.73% | - |
| HSV(B) | 246º | 0.55% | 1% | - |
| XYZ | 33.23 | 24.15 | 97.52 | - |
| YUV | 135.15 | 195.64 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 115 | 255 | 0.49 | 0.55 | 0 | 0 | 246 | 1 | 0.73 |
| Hex | 81 | 73 | FF | 31 | 37 | 0 | 0 | F6 | 64 | 49 |
| Octal | 201 | 163 | 377 | 61 | 67 | 0 | 0 | 366 | 144 | 111 |
| Binary | 10000001 | 1110011 | 11111111 | 110001 | 110111 | 0 | 0 | 11110110 | 1100100 | 1001001 |
Color Harmonies of #8173FF
Complementary color
Monochromatic Colors of #8173FF
Black with #8173FF
Text Example
Text Example
White with #8173FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8173FF; }
p { color: rgb(129,115,255); }
H1.HeaderClassName
{
color: #8173FF;
}
.AnyTagClassName
{
color: #8173FF;
}
</style>
background-color css
<style>
a { background-color: #8173FF; }
a { background-color: rgb(129,115,255); }
div.DivClassName
{
background-color: #8173FF;
}
.BgClassName
{
background-color: #8173FF;
}
</style>
border-color css
<style>
span { border-color: #8173FF; }
span { border-color: rgb(129,115,255); }
td.TdClassName
{
border-color: #8173FF;
}
.TagClassName
{
border-color: #8173FF;
}
</style>