Shades of Light Slate Blue #9375FF
Tints of Light Slate Blue #9375FF
RGB
CMYK
RGB Variations
Color information
#9375FF (or 0x9375FF) is known color: Light Slate Blue. HEX triplet: 93, 75 and FF. RGB value is (147,117,255). Sum of RGB (Red+Green+Blue) = 147+117+255=519 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.32% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #9375FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9375FF is #6C8A00. Grayscale: #8D8D8D. Windows color (decimal): -7113217 or 16741779. OLE color: 16741779.
HSL color Cylindrical-coordinate representation of color #9375FF: hue angle of 253.04º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9375FF is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 117 | 255 | - |
| CMYK | 0.42 | 0.54 | 0 | 0 |
| HSL | 253.04º | 1% | 0.73% | - |
| HSV(B) | 253.04º | 0.54% | 1% | - |
| XYZ | 36.44 | 26.15 | 97.73 | - |
| YUV | 141.7 | 191.94 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 117 | 255 | 0.42 | 0.54 | 0 | 0 | 253.04 | 1 | 0.73 |
| Hex | 93 | 75 | FF | 2A | 36 | 0 | 0 | FD | 64 | 49 |
| Octal | 223 | 165 | 377 | 52 | 66 | 0 | 0 | 375 | 144 | 111 |
| Binary | 10010011 | 1110101 | 11111111 | 101010 | 110110 | 0 | 0 | 11111101 | 1100100 | 1001001 |
Color Harmonies of #9375FF
Complementary color
Monochromatic Colors of #9375FF
Black with #9375FF
Text Example
Text Example
White with #9375FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9375FF; }
p { color: rgb(147,117,255); }
H1.HeaderClassName
{
color: #9375FF;
}
.AnyTagClassName
{
color: #9375FF;
}
</style>
background-color css
<style>
a { background-color: #9375FF; }
a { background-color: rgb(147,117,255); }
div.DivClassName
{
background-color: #9375FF;
}
.BgClassName
{
background-color: #9375FF;
}
</style>
border-color css
<style>
span { border-color: #9375FF; }
span { border-color: rgb(147,117,255); }
td.TdClassName
{
border-color: #9375FF;
}
.TagClassName
{
border-color: #9375FF;
}
</style>