Shades of Light Slate Blue #9176FF
Tints of Light Slate Blue #9176FF
RGB
CMYK
RGB Variations
Color information
#9176FF (or 0x9176FF) is known color: Light Slate Blue. HEX triplet: 91, 76 and FF. RGB value is (145,118,255). Sum of RGB (Red+Green+Blue) = 145+118+255=518 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.99% from 518); Green value is 118 (46.48% from 255 or 22.78% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #9176FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9176FF is #6E8900. Grayscale: #8D8D8D. Windows color (decimal): -7244033 or 16742033. OLE color: 16742033.
HSL color Cylindrical-coordinate representation of color #9176FF: hue angle of 251.82º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9176FF is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 118 | 255 | - |
| CMYK | 0.43 | 0.54 | 0 | 0 |
| HSL | 251.82º | 1% | 0.73% | - |
| HSV(B) | 251.82º | 0.54% | 1% | - |
| XYZ | 36.21 | 26.2 | 97.76 | - |
| YUV | 141.69 | 191.95 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 118 | 255 | 0.43 | 0.54 | 0 | 0 | 251.82 | 1 | 0.73 |
| Hex | 91 | 76 | FF | 2B | 36 | 0 | 0 | FC | 64 | 49 |
| Octal | 221 | 166 | 377 | 53 | 66 | 0 | 0 | 374 | 144 | 111 |
| Binary | 10010001 | 1110110 | 11111111 | 101011 | 110110 | 0 | 0 | 11111100 | 1100100 | 1001001 |
Color Harmonies of #9176FF
Complementary color
Monochromatic Colors of #9176FF
Black with #9176FF
Text Example
Text Example
White with #9176FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9176FF; }
p { color: rgb(145,118,255); }
H1.HeaderClassName
{
color: #9176FF;
}
.AnyTagClassName
{
color: #9176FF;
}
</style>
background-color css
<style>
a { background-color: #9176FF; }
a { background-color: rgb(145,118,255); }
div.DivClassName
{
background-color: #9176FF;
}
.BgClassName
{
background-color: #9176FF;
}
</style>
border-color css
<style>
span { border-color: #9176FF; }
span { border-color: rgb(145,118,255); }
td.TdClassName
{
border-color: #9176FF;
}
.TagClassName
{
border-color: #9176FF;
}
</style>