Shades of Light Slate Blue #9374FE
Tints of Light Slate Blue #9374FE
RGB
CMYK
RGB Variations
Color information
#9374FE (or 0x9374FE) is known color: Light Slate Blue. HEX triplet: 93, 74 and FE. RGB value is (147,116,254). Sum of RGB (Red+Green+Blue) = 147+116+254=517 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.43% from 517); Green value is 116 (45.70% from 255 or 22.44% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #9374FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9374FE is #6C8B01. Grayscale: #8C8C8C. Windows color (decimal): -7113474 or 16675987. OLE color: 16675987.
HSL color Cylindrical-coordinate representation of color #9374FE: hue angle of 253.48º 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 #9374FE is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 147 | 116 | 254 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.00 |
| HSL | 253.48º | 0.99% | 0.73% | - |
| HSV(B) | 253.48º | 0.54% | 1% | - |
| XYZ | 36.17 | 25.85 | 96.85 | - |
| YUV | 141 | 191.77 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 116 | 254 | 0.42 | 0.54 | 0 | 0.00 | 253.48 | 0.99 | 0.73 |
| Hex | 93 | 74 | FE | 2A | 36 | 0 | 0 | FD | 63 | 49 |
| Octal | 223 | 164 | 376 | 52 | 66 | 0 | 0 | 375 | 143 | 111 |
| Binary | 10010011 | 1110100 | 11111110 | 101010 | 110110 | 0 | 0 | 11111101 | 1100011 | 1001001 |
Color Harmonies of #9374FE
Complementary color
Monochromatic Colors of #9374FE
Black with #9374FE
Text Example
Text Example
White with #9374FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9374FE; }
p { color: rgb(147,116,254); }
H1.HeaderClassName
{
color: #9374FE;
}
.AnyTagClassName
{
color: #9374FE;
}
</style>
background-color css
<style>
a { background-color: #9374FE; }
a { background-color: rgb(147,116,254); }
div.DivClassName
{
background-color: #9374FE;
}
.BgClassName
{
background-color: #9374FE;
}
</style>
border-color css
<style>
span { border-color: #9374FE; }
span { border-color: rgb(147,116,254); }
td.TdClassName
{
border-color: #9374FE;
}
.TagClassName
{
border-color: #9374FE;
}
</style>