Shades of Light Slate Blue #9376FF
Tints of Light Slate Blue #9376FF
RGB
CMYK
RGB Variations
Color information
#9376FF (or 0x9376FF) is known color: Light Slate Blue. HEX triplet: 93, 76 and FF. RGB value is (147,118,255). Sum of RGB (Red+Green+Blue) = 147+118+255=520 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.27% from 520); Green value is 118 (46.48% from 255 or 22.69% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #9376FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9376FF is #6C8900. Grayscale: #8D8D8D. Windows color (decimal): -7112961 or 16742035. OLE color: 16742035.
HSL color Cylindrical-coordinate representation of color #9376FF: hue angle of 252.7º 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 #9376FF is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 118 | 255 | - |
| CMYK | 0.42 | 0.54 | 0 | 0 |
| HSL | 252.7º | 1% | 0.73% | - |
| HSV(B) | 252.7º | 0.54% | 1% | - |
| XYZ | 36.56 | 26.38 | 97.77 | - |
| YUV | 142.29 | 191.61 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 118 | 255 | 0.42 | 0.54 | 0 | 0 | 252.7 | 1 | 0.73 |
| Hex | 93 | 76 | FF | 2A | 36 | 0 | 0 | FD | 64 | 49 |
| Octal | 223 | 166 | 377 | 52 | 66 | 0 | 0 | 375 | 144 | 111 |
| Binary | 10010011 | 1110110 | 11111111 | 101010 | 110110 | 0 | 0 | 11111101 | 1100100 | 1001001 |
Color Harmonies of #9376FF
Complementary color
Monochromatic Colors of #9376FF
Black with #9376FF
Text Example
Text Example
White with #9376FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9376FF; }
p { color: rgb(147,118,255); }
H1.HeaderClassName
{
color: #9376FF;
}
.AnyTagClassName
{
color: #9376FF;
}
</style>
background-color css
<style>
a { background-color: #9376FF; }
a { background-color: rgb(147,118,255); }
div.DivClassName
{
background-color: #9376FF;
}
.BgClassName
{
background-color: #9376FF;
}
</style>
border-color css
<style>
span { border-color: #9376FF; }
span { border-color: rgb(147,118,255); }
td.TdClassName
{
border-color: #9376FF;
}
.TagClassName
{
border-color: #9376FF;
}
</style>