Shades of Light Slate Blue #9170FF
Tints of Light Slate Blue #9170FF
RGB
CMYK
RGB Variations
Color information
#9170FF (or 0x9170FF) is known color: Light Slate Blue. HEX triplet: 91, 70 and FF. RGB value is (145,112,255). Sum of RGB (Red+Green+Blue) = 145+112+255=512 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.32% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #9170FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9170FF is #6E8F00. Grayscale: #898989. Windows color (decimal): -7245569 or 16740497. OLE color: 16740497.
HSL color Cylindrical-coordinate representation of color #9170FF: hue angle of 253.85º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9170FF is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 112 | 255 | - |
| CMYK | 0.43 | 0.56 | 0 | 0 |
| HSL | 253.85º | 1% | 0.72% | - |
| HSV(B) | 253.85º | 0.56% | 1% | - |
| XYZ | 35.52 | 24.83 | 97.53 | - |
| YUV | 138.17 | 193.93 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 112 | 255 | 0.43 | 0.56 | 0 | 0 | 253.85 | 1 | 0.72 |
| Hex | 91 | 70 | FF | 2B | 38 | 0 | 0 | FE | 64 | 48 |
| Octal | 221 | 160 | 377 | 53 | 70 | 0 | 0 | 376 | 144 | 110 |
| Binary | 10010001 | 1110000 | 11111111 | 101011 | 111000 | 0 | 0 | 11111110 | 1100100 | 1001000 |
Color Harmonies of #9170FF
Complementary color
Monochromatic Colors of #9170FF
Black with #9170FF
Text Example
Text Example
White with #9170FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9170FF; }
p { color: rgb(145,112,255); }
H1.HeaderClassName
{
color: #9170FF;
}
.AnyTagClassName
{
color: #9170FF;
}
</style>
background-color css
<style>
a { background-color: #9170FF; }
a { background-color: rgb(145,112,255); }
div.DivClassName
{
background-color: #9170FF;
}
.BgClassName
{
background-color: #9170FF;
}
</style>
border-color css
<style>
span { border-color: #9170FF; }
span { border-color: rgb(145,112,255); }
td.TdClassName
{
border-color: #9170FF;
}
.TagClassName
{
border-color: #9170FF;
}
</style>