Shades of Light Slate Blue #9370FF
Tints of Light Slate Blue #9370FF
RGB
CMYK
RGB Variations
Color information
#9370FF (or 0x9370FF) is known color: Light Slate Blue. HEX triplet: 93, 70 and FF. RGB value is (147,112,255). Sum of RGB (Red+Green+Blue) = 147+112+255=514 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.60% from 514); Green value is 112 (44.14% from 255 or 21.79% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #9370FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9370FF is #6C8F00. Grayscale: #8A8A8A. Windows color (decimal): -7114497 or 16740499. OLE color: 16740499.
HSL color Cylindrical-coordinate representation of color #9370FF: hue angle of 254.69º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9370FF is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 112 | 255 | - |
| CMYK | 0.42 | 0.56 | 0 | 0 |
| HSL | 254.69º | 1% | 0.72% | - |
| HSV(B) | 254.69º | 0.56% | 1% | - |
| XYZ | 35.88 | 25.01 | 97.54 | - |
| YUV | 138.77 | 193.6 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 112 | 255 | 0.42 | 0.56 | 0 | 0 | 254.69 | 1 | 0.72 |
| Hex | 93 | 70 | FF | 2A | 38 | 0 | 0 | FF | 64 | 48 |
| Octal | 223 | 160 | 377 | 52 | 70 | 0 | 0 | 377 | 144 | 110 |
| Binary | 10010011 | 1110000 | 11111111 | 101010 | 111000 | 0 | 0 | 11111111 | 1100100 | 1001000 |
Color Harmonies of #9370FF
Complementary color
Monochromatic Colors of #9370FF
Black with #9370FF
Text Example
Text Example
White with #9370FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9370FF; }
p { color: rgb(147,112,255); }
H1.HeaderClassName
{
color: #9370FF;
}
.AnyTagClassName
{
color: #9370FF;
}
</style>
background-color css
<style>
a { background-color: #9370FF; }
a { background-color: rgb(147,112,255); }
div.DivClassName
{
background-color: #9370FF;
}
.BgClassName
{
background-color: #9370FF;
}
</style>
border-color css
<style>
span { border-color: #9370FF; }
span { border-color: rgb(147,112,255); }
td.TdClassName
{
border-color: #9370FF;
}
.TagClassName
{
border-color: #9370FF;
}
</style>