Shades of Light Slate Blue #9C77FD
Tints of Light Slate Blue #9C77FD
RGB
CMYK
RGB Variations
Color information
#9C77FD (or 0x9C77FD) is known color: Light Slate Blue. HEX triplet: 9C, 77 and FD. RGB value is (156,119,253). Sum of RGB (Red+Green+Blue) = 156+119+253=528 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.55% from 528); Green value is 119 (46.88% from 255 or 22.54% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C77FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C77FD is #638802. Grayscale: #909090. Windows color (decimal): -6522883 or 16611228. OLE color: 16611228.
HSL color Cylindrical-coordinate representation of color #9C77FD: hue angle of 256.57º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C77FD is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 119 | 253 | - |
| CMYK | 0.38 | 0.53 | 0 | 0.01 |
| HSL | 256.57º | 0.97% | 0.73% | - |
| HSV(B) | 256.57º | 0.53% | 0.99% | - |
| XYZ | 38.04 | 27.35 | 96.2 | - |
| YUV | 145.34 | 188.76 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 119 | 253 | 0.38 | 0.53 | 0 | 0.01 | 256.57 | 0.97 | 0.73 |
| Hex | 9C | 77 | FD | 26 | 35 | 0 | 1 | 101 | 61 | 49 |
| Octal | 234 | 167 | 375 | 46 | 65 | 0 | 1 | 401 | 141 | 111 |
| Binary | 10011100 | 1110111 | 11111101 | 100110 | 110101 | 0 | 1 | 100000001 | 1100001 | 1001001 |
Color Harmonies of #9C77FD
Complementary color
Monochromatic Colors of #9C77FD
Black with #9C77FD
Text Example
Text Example
White with #9C77FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C77FD; }
p { color: rgb(156,119,253); }
H1.HeaderClassName
{
color: #9C77FD;
}
.AnyTagClassName
{
color: #9C77FD;
}
</style>
background-color css
<style>
a { background-color: #9C77FD; }
a { background-color: rgb(156,119,253); }
div.DivClassName
{
background-color: #9C77FD;
}
.BgClassName
{
background-color: #9C77FD;
}
</style>
border-color css
<style>
span { border-color: #9C77FD; }
span { border-color: rgb(156,119,253); }
td.TdClassName
{
border-color: #9C77FD;
}
.TagClassName
{
border-color: #9C77FD;
}
</style>