Shades of Light Slate Blue #9175FA
Tints of Light Slate Blue #9175FA
RGB
CMYK
RGB Variations
Color information
#9175FA (or 0x9175FA) is known color: Light Slate Blue. HEX triplet: 91, 75 and FA. RGB value is (145,117,250). Sum of RGB (Red+Green+Blue) = 145+117+250=512 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.32% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #9175FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9175FA is #6E8A05. Grayscale: #8C8C8C. Windows color (decimal): -7244294 or 16414097. OLE color: 16414097.
HSL color Cylindrical-coordinate representation of color #9175FA: hue angle of 252.63º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9175FA is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 117 | 250 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.02 |
| HSL | 252.63º | 0.93% | 0.72% | - |
| HSV(B) | 252.63º | 0.53% | 0.98% | - |
| XYZ | 35.29 | 25.64 | 93.53 | - |
| YUV | 140.53 | 189.78 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 117 | 250 | 0.42 | 0.53 | 0 | 0.02 | 252.63 | 0.93 | 0.72 |
| Hex | 91 | 75 | FA | 2A | 35 | 0 | 2 | FD | 5D | 48 |
| Octal | 221 | 165 | 372 | 52 | 65 | 0 | 2 | 375 | 135 | 110 |
| Binary | 10010001 | 1110101 | 11111010 | 101010 | 110101 | 0 | 10 | 11111101 | 1011101 | 1001000 |
Color Harmonies of #9175FA
Complementary color
Monochromatic Colors of #9175FA
Black with #9175FA
Text Example
Text Example
White with #9175FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9175FA; }
p { color: rgb(145,117,250); }
H1.HeaderClassName
{
color: #9175FA;
}
.AnyTagClassName
{
color: #9175FA;
}
</style>
background-color css
<style>
a { background-color: #9175FA; }
a { background-color: rgb(145,117,250); }
div.DivClassName
{
background-color: #9175FA;
}
.BgClassName
{
background-color: #9175FA;
}
</style>
border-color css
<style>
span { border-color: #9175FA; }
span { border-color: rgb(145,117,250); }
td.TdClassName
{
border-color: #9175FA;
}
.TagClassName
{
border-color: #9175FA;
}
</style>