Shades of Light Slate Blue #9377FF
Tints of Light Slate Blue #9377FF
RGB
CMYK
RGB Variations
Color information
#9377FF (or 0x9377FF) is known color: Light Slate Blue. HEX triplet: 93, 77 and FF. RGB value is (147,119,255). Sum of RGB (Red+Green+Blue) = 147+119+255=521 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.21% from 521); Green value is 119 (46.88% from 255 or 22.84% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #9377FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9377FF is #6C8800. Grayscale: #8E8E8E. Windows color (decimal): -7112705 or 16742291. OLE color: 16742291.
HSL color Cylindrical-coordinate representation of color #9377FF: hue angle of 252.35º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9377FF is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 119 | 255 | - |
| CMYK | 0.42 | 0.53 | 0 | 0 |
| HSL | 252.35º | 1% | 0.73% | - |
| HSV(B) | 252.35º | 0.53% | 1% | - |
| XYZ | 36.68 | 26.62 | 97.81 | - |
| YUV | 142.88 | 191.28 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 119 | 255 | 0.42 | 0.53 | 0 | 0 | 252.35 | 1 | 0.73 |
| Hex | 93 | 77 | FF | 2A | 35 | 0 | 0 | FC | 64 | 49 |
| Octal | 223 | 167 | 377 | 52 | 65 | 0 | 0 | 374 | 144 | 111 |
| Binary | 10010011 | 1110111 | 11111111 | 101010 | 110101 | 0 | 0 | 11111100 | 1100100 | 1001001 |
Color Harmonies of #9377FF
Complementary color
Monochromatic Colors of #9377FF
Black with #9377FF
Text Example
Text Example
White with #9377FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9377FF; }
p { color: rgb(147,119,255); }
H1.HeaderClassName
{
color: #9377FF;
}
.AnyTagClassName
{
color: #9377FF;
}
</style>
background-color css
<style>
a { background-color: #9377FF; }
a { background-color: rgb(147,119,255); }
div.DivClassName
{
background-color: #9377FF;
}
.BgClassName
{
background-color: #9377FF;
}
</style>
border-color css
<style>
span { border-color: #9377FF; }
span { border-color: rgb(147,119,255); }
td.TdClassName
{
border-color: #9377FF;
}
.TagClassName
{
border-color: #9377FF;
}
</style>