Shades of Light Slate Blue #9179F9
Tints of Light Slate Blue #9179F9
RGB
CMYK
RGB Variations
Color information
#9179F9 (or 0x9179F9) is known color: Light Slate Blue. HEX triplet: 91, 79 and F9. RGB value is (145,121,249). Sum of RGB (Red+Green+Blue) = 145+121+249=515 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.16% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 249 (97.66% from 255 or 48.35% from 515); Max value from RGB is 249 - color contains mainly: blue. Hex color #9179F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9179F9 is #6E8606. Grayscale: #8E8E8E. Windows color (decimal): -7243271 or 16349585. OLE color: 16349585.
HSL color Cylindrical-coordinate representation of color #9179F9: hue angle of 251.25º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9179F9 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 121 | 249 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.02 |
| HSL | 251.25º | 0.91% | 0.73% | - |
| HSV(B) | 251.25º | 0.51% | 0.98% | - |
| XYZ | 35.61 | 26.53 | 92.87 | - |
| YUV | 142.77 | 187.95 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 121 | 249 | 0.42 | 0.51 | 0 | 0.02 | 251.25 | 0.91 | 0.73 |
| Hex | 91 | 79 | F9 | 2A | 33 | 0 | 2 | FB | 5B | 49 |
| Octal | 221 | 171 | 371 | 52 | 63 | 0 | 2 | 373 | 133 | 111 |
| Binary | 10010001 | 1111001 | 11111001 | 101010 | 110011 | 0 | 10 | 11111011 | 1011011 | 1001001 |
Color Harmonies of #9179F9
Complementary color
Monochromatic Colors of #9179F9
Black with #9179F9
Text Example
Text Example
White with #9179F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9179F9; }
p { color: rgb(145,121,249); }
H1.HeaderClassName
{
color: #9179F9;
}
.AnyTagClassName
{
color: #9179F9;
}
</style>
background-color css
<style>
a { background-color: #9179F9; }
a { background-color: rgb(145,121,249); }
div.DivClassName
{
background-color: #9179F9;
}
.BgClassName
{
background-color: #9179F9;
}
</style>
border-color css
<style>
span { border-color: #9179F9; }
span { border-color: rgb(145,121,249); }
td.TdClassName
{
border-color: #9179F9;
}
.TagClassName
{
border-color: #9179F9;
}
</style>