Shades of Light Slate Blue #9171F3
Tints of Light Slate Blue #9171F3
RGB
CMYK
RGB Variations
Color information
#9171F3 (or 0x9171F3) is known color: Light Slate Blue. HEX triplet: 91, 71 and F3. RGB value is (145,113,243). Sum of RGB (Red+Green+Blue) = 145+113+243=501 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.94% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 243 (95.31% from 255 or 48.50% from 501); Max value from RGB is 243 - color contains mainly: blue. Hex color #9171F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9171F3 is #6E8E0C. Grayscale: #888888. Windows color (decimal): -7245325 or 15954321. OLE color: 15954321.
HSL color Cylindrical-coordinate representation of color #9171F3: hue angle of 254.77º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9171F3 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 113 | 243 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.05 |
| HSL | 254.77º | 0.84% | 0.7% | - |
| HSV(B) | 254.77º | 0.53% | 0.95% | - |
| XYZ | 33.76 | 24.3 | 87.71 | - |
| YUV | 137.39 | 187.6 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 113 | 243 | 0.40 | 0.53 | 0 | 0.05 | 254.77 | 0.84 | 0.7 |
| Hex | 91 | 71 | F3 | 28 | 35 | 0 | 5 | FF | 54 | 46 |
| Octal | 221 | 161 | 363 | 50 | 65 | 0 | 5 | 377 | 124 | 106 |
| Binary | 10010001 | 1110001 | 11110011 | 101000 | 110101 | 0 | 101 | 11111111 | 1010100 | 1000110 |
Color Harmonies of #9171F3
Complementary color
Monochromatic Colors of #9171F3
Black with #9171F3
Text Example
Text Example
White with #9171F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9171F3; }
p { color: rgb(145,113,243); }
H1.HeaderClassName
{
color: #9171F3;
}
.AnyTagClassName
{
color: #9171F3;
}
</style>
background-color css
<style>
a { background-color: #9171F3; }
a { background-color: rgb(145,113,243); }
div.DivClassName
{
background-color: #9171F3;
}
.BgClassName
{
background-color: #9171F3;
}
</style>
border-color css
<style>
span { border-color: #9171F3; }
span { border-color: rgb(145,113,243); }
td.TdClassName
{
border-color: #9171F3;
}
.TagClassName
{
border-color: #9171F3;
}
</style>