Shades of Light Slate Blue #9371FE
Tints of Light Slate Blue #9371FE
RGB
CMYK
RGB Variations
Color information
#9371FE (or 0x9371FE) is known color: Light Slate Blue. HEX triplet: 93, 71 and FE. RGB value is (147,113,254). Sum of RGB (Red+Green+Blue) = 147+113+254=514 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.60% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #9371FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9371FE is #6C8E01. Grayscale: #8A8A8A. Windows color (decimal): -7114242 or 16675219. OLE color: 16675219.
HSL color Cylindrical-coordinate representation of color #9371FE: hue angle of 254.47º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9371FE is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 147 | 113 | 254 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.00 |
| HSL | 254.47º | 0.99% | 0.72% | - |
| HSV(B) | 254.47º | 0.56% | 1% | - |
| XYZ | 35.83 | 25.17 | 96.74 | - |
| YUV | 139.24 | 192.76 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 113 | 254 | 0.42 | 0.56 | 0 | 0.00 | 254.47 | 0.99 | 0.72 |
| Hex | 93 | 71 | FE | 2A | 38 | 0 | 0 | FE | 63 | 48 |
| Octal | 223 | 161 | 376 | 52 | 70 | 0 | 0 | 376 | 143 | 110 |
| Binary | 10010011 | 1110001 | 11111110 | 101010 | 111000 | 0 | 0 | 11111110 | 1100011 | 1001000 |
Color Harmonies of #9371FE
Complementary color
Monochromatic Colors of #9371FE
Black with #9371FE
Text Example
Text Example
White with #9371FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9371FE; }
p { color: rgb(147,113,254); }
H1.HeaderClassName
{
color: #9371FE;
}
.AnyTagClassName
{
color: #9371FE;
}
</style>
background-color css
<style>
a { background-color: #9371FE; }
a { background-color: rgb(147,113,254); }
div.DivClassName
{
background-color: #9371FE;
}
.BgClassName
{
background-color: #9371FE;
}
</style>
border-color css
<style>
span { border-color: #9371FE; }
span { border-color: rgb(147,113,254); }
td.TdClassName
{
border-color: #9371FE;
}
.TagClassName
{
border-color: #9371FE;
}
</style>