Shades of Light Slate Blue #9171FE
Tints of Light Slate Blue #9171FE
RGB
CMYK
RGB Variations
Color information
#9171FE (or 0x9171FE) is known color: Light Slate Blue. HEX triplet: 91, 71 and FE. RGB value is (145,113,254). Sum of RGB (Red+Green+Blue) = 145+113+254=512 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.32% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #9171FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9171FE is #6E8E01. Grayscale: #8A8A8A. Windows color (decimal): -7245314 or 16675217. OLE color: 16675217.
HSL color Cylindrical-coordinate representation of color #9171FE: hue angle of 253.62º 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 #9171FE is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 145 | 113 | 254 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.00 |
| HSL | 253.62º | 0.99% | 0.72% | - |
| HSV(B) | 253.62º | 0.56% | 1% | - |
| XYZ | 35.47 | 24.99 | 96.72 | - |
| YUV | 138.64 | 193.1 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 113 | 254 | 0.43 | 0.56 | 0 | 0.00 | 253.62 | 0.99 | 0.72 |
| Hex | 91 | 71 | FE | 2B | 38 | 0 | 0 | FE | 63 | 48 |
| Octal | 221 | 161 | 376 | 53 | 70 | 0 | 0 | 376 | 143 | 110 |
| Binary | 10010001 | 1110001 | 11111110 | 101011 | 111000 | 0 | 0 | 11111110 | 1100011 | 1001000 |
Color Harmonies of #9171FE
Complementary color
Monochromatic Colors of #9171FE
Black with #9171FE
Text Example
Text Example
White with #9171FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9171FE; }
p { color: rgb(145,113,254); }
H1.HeaderClassName
{
color: #9171FE;
}
.AnyTagClassName
{
color: #9171FE;
}
</style>
background-color css
<style>
a { background-color: #9171FE; }
a { background-color: rgb(145,113,254); }
div.DivClassName
{
background-color: #9171FE;
}
.BgClassName
{
background-color: #9171FE;
}
</style>
border-color css
<style>
span { border-color: #9171FE; }
span { border-color: rgb(145,113,254); }
td.TdClassName
{
border-color: #9171FE;
}
.TagClassName
{
border-color: #9171FE;
}
</style>