Shades of Light Slate Blue #8173FE
Tints of Light Slate Blue #8173FE
RGB
CMYK
RGB Variations
Color information
#8173FE (or 0x8173FE) is known color: Light Slate Blue. HEX triplet: 81, 73 and FE. RGB value is (129,115,254). Sum of RGB (Red+Green+Blue) = 129+115+254=498 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.90% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #8173FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8173FE is #7E8C01. Grayscale: #868686. Windows color (decimal): -8293378 or 16675713. OLE color: 16675713.
HSL color Cylindrical-coordinate representation of color #8173FE: hue angle of 246.04º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8173FE is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 129 | 115 | 254 | - |
| CMYK | 0.49 | 0.55 | 0 | 0.00 |
| HSL | 246.04º | 0.99% | 0.72% | - |
| HSV(B) | 246.04º | 0.55% | 1% | - |
| XYZ | 33.07 | 24.08 | 96.67 | - |
| YUV | 135.03 | 195.14 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 115 | 254 | 0.49 | 0.55 | 0 | 0.00 | 246.04 | 0.99 | 0.72 |
| Hex | 81 | 73 | FE | 31 | 37 | 0 | 0 | F6 | 63 | 48 |
| Octal | 201 | 163 | 376 | 61 | 67 | 0 | 0 | 366 | 143 | 110 |
| Binary | 10000001 | 1110011 | 11111110 | 110001 | 110111 | 0 | 0 | 11110110 | 1100011 | 1001000 |
Color Harmonies of #8173FE
Complementary color
Monochromatic Colors of #8173FE
Black with #8173FE
Text Example
Text Example
White with #8173FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8173FE; }
p { color: rgb(129,115,254); }
H1.HeaderClassName
{
color: #8173FE;
}
.AnyTagClassName
{
color: #8173FE;
}
</style>
background-color css
<style>
a { background-color: #8173FE; }
a { background-color: rgb(129,115,254); }
div.DivClassName
{
background-color: #8173FE;
}
.BgClassName
{
background-color: #8173FE;
}
</style>
border-color css
<style>
span { border-color: #8173FE; }
span { border-color: rgb(129,115,254); }
td.TdClassName
{
border-color: #8173FE;
}
.TagClassName
{
border-color: #8173FE;
}
</style>