Shades of Light Slate Blue #8173F4
Tints of Light Slate Blue #8173F4
RGB
CMYK
RGB Variations
Color information
#8173F4 (or 0x8173F4) is known color: Light Slate Blue. HEX triplet: 81, 73 and F4. RGB value is (129,115,244). Sum of RGB (Red+Green+Blue) = 129+115+244=488 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.43% from 488); Green value is 115 (45.31% from 255 or 23.57% from 488); Blue value is 244 (95.70% from 255 or 50% from 488); Max value from RGB is 244 - color contains mainly: blue. Hex color #8173F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8173F4 is #7E8C0B. Grayscale: #858585. Windows color (decimal): -8293388 or 16020353. OLE color: 16020353.
HSL color Cylindrical-coordinate representation of color #8173F4: hue angle of 246.51º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8173F4 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 115 | 244 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.04 |
| HSL | 246.51º | 0.85% | 0.7% | - |
| HSV(B) | 246.51º | 0.53% | 0.96% | - |
| XYZ | 31.51 | 23.46 | 88.46 | - |
| YUV | 133.89 | 190.14 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 115 | 244 | 0.47 | 0.53 | 0 | 0.04 | 246.51 | 0.85 | 0.7 |
| Hex | 81 | 73 | F4 | 2F | 35 | 0 | 4 | F7 | 55 | 46 |
| Octal | 201 | 163 | 364 | 57 | 65 | 0 | 4 | 367 | 125 | 106 |
| Binary | 10000001 | 1110011 | 11110100 | 101111 | 110101 | 0 | 100 | 11110111 | 1010101 | 1000110 |
Color Harmonies of #8173F4
Complementary color
Monochromatic Colors of #8173F4
Black with #8173F4
Text Example
Text Example
White with #8173F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8173F4; }
p { color: rgb(129,115,244); }
H1.HeaderClassName
{
color: #8173F4;
}
.AnyTagClassName
{
color: #8173F4;
}
</style>
background-color css
<style>
a { background-color: #8173F4; }
a { background-color: rgb(129,115,244); }
div.DivClassName
{
background-color: #8173F4;
}
.BgClassName
{
background-color: #8173F4;
}
</style>
border-color css
<style>
span { border-color: #8173F4; }
span { border-color: rgb(129,115,244); }
td.TdClassName
{
border-color: #8173F4;
}
.TagClassName
{
border-color: #8173F4;
}
</style>