Shades of Light Slate Blue #9170FE
Tints of Light Slate Blue #9170FE
RGB
CMYK
RGB Variations
Color information
#9170FE (or 0x9170FE) is known color: Light Slate Blue. HEX triplet: 91, 70 and FE. RGB value is (145,112,254). Sum of RGB (Red+Green+Blue) = 145+112+254=511 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.38% from 511); Green value is 112 (44.14% from 255 or 21.92% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #9170FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9170FE is #6E8F01. Grayscale: #898989. Windows color (decimal): -7245570 or 16674961. OLE color: 16674961.
HSL color Cylindrical-coordinate representation of color #9170FE: hue angle of 253.94º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9170FE is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 145 | 112 | 254 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.00 |
| HSL | 253.94º | 0.99% | 0.72% | - |
| HSV(B) | 253.94º | 0.56% | 1% | - |
| XYZ | 35.36 | 24.76 | 96.68 | - |
| YUV | 138.06 | 193.43 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 112 | 254 | 0.43 | 0.56 | 0 | 0.00 | 253.94 | 0.99 | 0.72 |
| Hex | 91 | 70 | FE | 2B | 38 | 0 | 0 | FE | 63 | 48 |
| Octal | 221 | 160 | 376 | 53 | 70 | 0 | 0 | 376 | 143 | 110 |
| Binary | 10010001 | 1110000 | 11111110 | 101011 | 111000 | 0 | 0 | 11111110 | 1100011 | 1001000 |
Color Harmonies of #9170FE
Complementary color
Monochromatic Colors of #9170FE
Black with #9170FE
Text Example
Text Example
White with #9170FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9170FE; }
p { color: rgb(145,112,254); }
H1.HeaderClassName
{
color: #9170FE;
}
.AnyTagClassName
{
color: #9170FE;
}
</style>
background-color css
<style>
a { background-color: #9170FE; }
a { background-color: rgb(145,112,254); }
div.DivClassName
{
background-color: #9170FE;
}
.BgClassName
{
background-color: #9170FE;
}
</style>
border-color css
<style>
span { border-color: #9170FE; }
span { border-color: rgb(145,112,254); }
td.TdClassName
{
border-color: #9170FE;
}
.TagClassName
{
border-color: #9170FE;
}
</style>