Shades of Light Slate Blue #9377F5
Tints of Light Slate Blue #9377F5
RGB
CMYK
RGB Variations
Color information
#9377F5 (or 0x9377F5) is known color: Light Slate Blue. HEX triplet: 93, 77 and F5. RGB value is (147,119,245). Sum of RGB (Red+Green+Blue) = 147+119+245=511 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.77% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 245 (96.09% from 255 or 47.95% from 511); Max value from RGB is 245 - color contains mainly: blue. Hex color #9377F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9377F5 is #6C880A. Grayscale: #8D8D8D. Windows color (decimal): -7112715 or 16086931. OLE color: 16086931.
HSL color Cylindrical-coordinate representation of color #9377F5: hue angle of 253.33º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9377F5 is Cyan = 0.4, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 119 | 245 | - |
| CMYK | 0.4 | 0.51 | 0 | 0.04 |
| HSL | 253.33º | 0.86% | 0.71% | - |
| HSV(B) | 253.33º | 0.51% | 0.96% | - |
| XYZ | 35.11 | 25.99 | 89.55 | - |
| YUV | 141.74 | 186.28 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 119 | 245 | 0.4 | 0.51 | 0 | 0.04 | 253.33 | 0.86 | 0.71 |
| Hex | 93 | 77 | F5 | 28 | 33 | 0 | 4 | FD | 56 | 47 |
| Octal | 223 | 167 | 365 | 50 | 63 | 0 | 4 | 375 | 126 | 107 |
| Binary | 10010011 | 1110111 | 11110101 | 101000 | 110011 | 0 | 100 | 11111101 | 1010110 | 1000111 |
Color Harmonies of #9377F5
Complementary color
Monochromatic Colors of #9377F5
Black with #9377F5
Text Example
Text Example
White with #9377F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9377F5; }
p { color: rgb(147,119,245); }
H1.HeaderClassName
{
color: #9377F5;
}
.AnyTagClassName
{
color: #9377F5;
}
</style>
background-color css
<style>
a { background-color: #9377F5; }
a { background-color: rgb(147,119,245); }
div.DivClassName
{
background-color: #9377F5;
}
.BgClassName
{
background-color: #9377F5;
}
</style>
border-color css
<style>
span { border-color: #9377F5; }
span { border-color: rgb(147,119,245); }
td.TdClassName
{
border-color: #9377F5;
}
.TagClassName
{
border-color: #9377F5;
}
</style>