Shades of Light Slate Blue #9179FF
Tints of Light Slate Blue #9179FF
RGB
CMYK
RGB Variations
Color information
#9179FF (or 0x9179FF) is known color: Light Slate Blue. HEX triplet: 91, 79 and FF. RGB value is (145,121,255). Sum of RGB (Red+Green+Blue) = 145+121+255=521 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.83% from 521); Green value is 121 (47.66% from 255 or 23.22% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #9179FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9179FF is #6E8600. Grayscale: #8E8E8E. Windows color (decimal): -7243265 or 16742801. OLE color: 16742801.
HSL color Cylindrical-coordinate representation of color #9179FF: hue angle of 250.75º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9179FF is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 121 | 255 | - |
| CMYK | 0.43 | 0.53 | 0 | 0 |
| HSL | 250.75º | 1% | 0.74% | - |
| HSV(B) | 250.75º | 0.53% | 1% | - |
| XYZ | 36.56 | 26.91 | 97.88 | - |
| YUV | 143.45 | 190.95 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 121 | 255 | 0.43 | 0.53 | 0 | 0 | 250.75 | 1 | 0.74 |
| Hex | 91 | 79 | FF | 2B | 35 | 0 | 0 | FB | 64 | 4A |
| Octal | 221 | 171 | 377 | 53 | 65 | 0 | 0 | 373 | 144 | 112 |
| Binary | 10010001 | 1111001 | 11111111 | 101011 | 110101 | 0 | 0 | 11111011 | 1100100 | 1001010 |
Color Harmonies of #9179FF
Complementary color
Monochromatic Colors of #9179FF
Black with #9179FF
Text Example
Text Example
White with #9179FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9179FF; }
p { color: rgb(145,121,255); }
H1.HeaderClassName
{
color: #9179FF;
}
.AnyTagClassName
{
color: #9179FF;
}
</style>
background-color css
<style>
a { background-color: #9179FF; }
a { background-color: rgb(145,121,255); }
div.DivClassName
{
background-color: #9179FF;
}
.BgClassName
{
background-color: #9179FF;
}
</style>
border-color css
<style>
span { border-color: #9179FF; }
span { border-color: rgb(145,121,255); }
td.TdClassName
{
border-color: #9179FF;
}
.TagClassName
{
border-color: #9179FF;
}
</style>