Shades of Light Slate Blue #8173F8
Tints of Light Slate Blue #8173F8
RGB
CMYK
RGB Variations
Color information
#8173F8 (or 0x8173F8) is known color: Light Slate Blue. HEX triplet: 81, 73 and F8. RGB value is (129,115,248). Sum of RGB (Red+Green+Blue) = 129+115+248=492 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.22% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 248 (97.27% from 255 or 50.41% from 492); Max value from RGB is 248 - color contains mainly: blue. Hex color #8173F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8173F8 is #7E8C07. Grayscale: #858585. Windows color (decimal): -8293384 or 16282497. OLE color: 16282497.
HSL color Cylindrical-coordinate representation of color #8173F8: hue angle of 246.32º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8173F8 is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 129 | 115 | 248 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.03 |
| HSL | 246.32º | 0.9% | 0.71% | - |
| HSV(B) | 246.32º | 0.54% | 0.97% | - |
| XYZ | 32.13 | 23.71 | 91.69 | - |
| YUV | 134.35 | 192.14 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 115 | 248 | 0.48 | 0.54 | 0 | 0.03 | 246.32 | 0.9 | 0.71 |
| Hex | 81 | 73 | F8 | 30 | 36 | 0 | 3 | F6 | 5A | 47 |
| Octal | 201 | 163 | 370 | 60 | 66 | 0 | 3 | 366 | 132 | 107 |
| Binary | 10000001 | 1110011 | 11111000 | 110000 | 110110 | 0 | 11 | 11110110 | 1011010 | 1000111 |
Color Harmonies of #8173F8
Complementary color
Monochromatic Colors of #8173F8
Black with #8173F8
Text Example
Text Example
White with #8173F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8173F8; }
p { color: rgb(129,115,248); }
H1.HeaderClassName
{
color: #8173F8;
}
.AnyTagClassName
{
color: #8173F8;
}
</style>
background-color css
<style>
a { background-color: #8173F8; }
a { background-color: rgb(129,115,248); }
div.DivClassName
{
background-color: #8173F8;
}
.BgClassName
{
background-color: #8173F8;
}
</style>
border-color css
<style>
span { border-color: #8173F8; }
span { border-color: rgb(129,115,248); }
td.TdClassName
{
border-color: #8173F8;
}
.TagClassName
{
border-color: #8173F8;
}
</style>