Shades of Light Slate Blue #9C77FF
Tints of Light Slate Blue #9C77FF
RGB
CMYK
RGB Variations
Color information
#9C77FF (or 0x9C77FF) is known color: Light Slate Blue. HEX triplet: 9C, 77 and FF. RGB value is (156,119,255). Sum of RGB (Red+Green+Blue) = 156+119+255=530 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.43% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C77FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C77FF is #638800. Grayscale: #919191. Windows color (decimal): -6522881 or 16742300. OLE color: 16742300.
HSL color Cylindrical-coordinate representation of color #9C77FF: hue angle of 256.32º 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 #9C77FF is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 119 | 255 | - |
| CMYK | 0.39 | 0.53 | 0 | 0 |
| HSL | 256.32º | 1% | 0.73% | - |
| HSV(B) | 256.32º | 0.53% | 1% | - |
| XYZ | 38.36 | 27.48 | 97.89 | - |
| YUV | 145.57 | 189.76 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 119 | 255 | 0.39 | 0.53 | 0 | 0 | 256.32 | 1 | 0.73 |
| Hex | 9C | 77 | FF | 27 | 35 | 0 | 0 | 100 | 64 | 49 |
| Octal | 234 | 167 | 377 | 47 | 65 | 0 | 0 | 400 | 144 | 111 |
| Binary | 10011100 | 1110111 | 11111111 | 100111 | 110101 | 0 | 0 | 100000000 | 1100100 | 1001001 |
Color Harmonies of #9C77FF
Complementary color
Monochromatic Colors of #9C77FF
Black with #9C77FF
Text Example
Text Example
White with #9C77FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C77FF; }
p { color: rgb(156,119,255); }
H1.HeaderClassName
{
color: #9C77FF;
}
.AnyTagClassName
{
color: #9C77FF;
}
</style>
background-color css
<style>
a { background-color: #9C77FF; }
a { background-color: rgb(156,119,255); }
div.DivClassName
{
background-color: #9C77FF;
}
.BgClassName
{
background-color: #9C77FF;
}
</style>
border-color css
<style>
span { border-color: #9C77FF; }
span { border-color: rgb(156,119,255); }
td.TdClassName
{
border-color: #9C77FF;
}
.TagClassName
{
border-color: #9C77FF;
}
</style>