Shades of Light Slate Blue #9174FE
Tints of Light Slate Blue #9174FE
RGB
CMYK
RGB Variations
Color information
#9174FE (or 0x9174FE) is known color: Light Slate Blue. HEX triplet: 91, 74 and FE. RGB value is (145,116,254). Sum of RGB (Red+Green+Blue) = 145+116+254=515 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.16% from 515); Green value is 116 (45.70% from 255 or 22.52% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #9174FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9174FE is #6E8B01. Grayscale: #8B8B8B. Windows color (decimal): -7244546 or 16675985. OLE color: 16675985.
HSL color Cylindrical-coordinate representation of color #9174FE: hue angle of 252.61º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9174FE is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 145 | 116 | 254 | - |
| CMYK | 0.43 | 0.54 | 0 | 0.00 |
| HSL | 252.61º | 0.99% | 0.73% | - |
| HSV(B) | 252.61º | 0.54% | 1% | - |
| XYZ | 35.81 | 25.67 | 96.83 | - |
| YUV | 140.4 | 192.11 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 116 | 254 | 0.43 | 0.54 | 0 | 0.00 | 252.61 | 0.99 | 0.73 |
| Hex | 91 | 74 | FE | 2B | 36 | 0 | 0 | FD | 63 | 49 |
| Octal | 221 | 164 | 376 | 53 | 66 | 0 | 0 | 375 | 143 | 111 |
| Binary | 10010001 | 1110100 | 11111110 | 101011 | 110110 | 0 | 0 | 11111101 | 1100011 | 1001001 |
Color Harmonies of #9174FE
Complementary color
Monochromatic Colors of #9174FE
Black with #9174FE
Text Example
Text Example
White with #9174FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9174FE; }
p { color: rgb(145,116,254); }
H1.HeaderClassName
{
color: #9174FE;
}
.AnyTagClassName
{
color: #9174FE;
}
</style>
background-color css
<style>
a { background-color: #9174FE; }
a { background-color: rgb(145,116,254); }
div.DivClassName
{
background-color: #9174FE;
}
.BgClassName
{
background-color: #9174FE;
}
</style>
border-color css
<style>
span { border-color: #9174FE; }
span { border-color: rgb(145,116,254); }
td.TdClassName
{
border-color: #9174FE;
}
.TagClassName
{
border-color: #9174FE;
}
</style>