Shades of Light Slate Blue #9175F4
Tints of Light Slate Blue #9175F4
RGB
CMYK
RGB Variations
Color information
#9175F4 (or 0x9175F4) is known color: Light Slate Blue. HEX triplet: 91, 75 and F4. RGB value is (145,117,244). Sum of RGB (Red+Green+Blue) = 145+117+244=506 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.66% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 244 (95.70% from 255 or 48.22% from 506); Max value from RGB is 244 - color contains mainly: blue. Hex color #9175F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9175F4 is #6E8A0B. Grayscale: #8B8B8B. Windows color (decimal): -7244300 or 16020881. OLE color: 16020881.
HSL color Cylindrical-coordinate representation of color #9175F4: hue angle of 253.23º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9175F4 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 145 | 117 | 244 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.04 |
| HSL | 253.23º | 0.85% | 0.71% | - |
| HSV(B) | 253.23º | 0.52% | 0.96% | - |
| XYZ | 34.37 | 25.27 | 88.65 | - |
| YUV | 139.85 | 186.78 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 117 | 244 | 0.41 | 0.52 | 0 | 0.04 | 253.23 | 0.85 | 0.71 |
| Hex | 91 | 75 | F4 | 29 | 34 | 0 | 4 | FD | 55 | 47 |
| Octal | 221 | 165 | 364 | 51 | 64 | 0 | 4 | 375 | 125 | 107 |
| Binary | 10010001 | 1110101 | 11110100 | 101001 | 110100 | 0 | 100 | 11111101 | 1010101 | 1000111 |
Color Harmonies of #9175F4
Complementary color
Monochromatic Colors of #9175F4
Black with #9175F4
Text Example
Text Example
White with #9175F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9175F4; }
p { color: rgb(145,117,244); }
H1.HeaderClassName
{
color: #9175F4;
}
.AnyTagClassName
{
color: #9175F4;
}
</style>
background-color css
<style>
a { background-color: #9175F4; }
a { background-color: rgb(145,117,244); }
div.DivClassName
{
background-color: #9175F4;
}
.BgClassName
{
background-color: #9175F4;
}
</style>
border-color css
<style>
span { border-color: #9175F4; }
span { border-color: rgb(145,117,244); }
td.TdClassName
{
border-color: #9175F4;
}
.TagClassName
{
border-color: #9175F4;
}
</style>