Shades of Light Slate Blue #9D77FE
Tints of Light Slate Blue #9D77FE
RGB
CMYK
RGB Variations
Color information
#9D77FE (or 0x9D77FE) is known color: Light Slate Blue. HEX triplet: 9D, 77 and FE. RGB value is (157,119,254). Sum of RGB (Red+Green+Blue) = 157+119+254=530 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.62% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #9D77FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D77FE is #628801. Grayscale: #919191. Windows color (decimal): -6457346 or 16676765. OLE color: 16676765.
HSL color Cylindrical-coordinate representation of color #9D77FE: hue angle of 256.89º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9D77FE is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 119 | 254 | - |
| CMYK | 0.38 | 0.53 | 0 | 0.00 |
| HSL | 256.89º | 0.99% | 0.73% | - |
| HSV(B) | 256.89º | 0.53% | 1% | - |
| XYZ | 38.39 | 27.52 | 97.05 | - |
| YUV | 145.75 | 189.09 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 119 | 254 | 0.38 | 0.53 | 0 | 0.00 | 256.89 | 0.99 | 0.73 |
| Hex | 9D | 77 | FE | 26 | 35 | 0 | 0 | 101 | 63 | 49 |
| Octal | 235 | 167 | 376 | 46 | 65 | 0 | 0 | 401 | 143 | 111 |
| Binary | 10011101 | 1110111 | 11111110 | 100110 | 110101 | 0 | 0 | 100000001 | 1100011 | 1001001 |
Color Harmonies of #9D77FE
Complementary color
Monochromatic Colors of #9D77FE
Black with #9D77FE
Text Example
Text Example
White with #9D77FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D77FE; }
p { color: rgb(157,119,254); }
H1.HeaderClassName
{
color: #9D77FE;
}
.AnyTagClassName
{
color: #9D77FE;
}
</style>
background-color css
<style>
a { background-color: #9D77FE; }
a { background-color: rgb(157,119,254); }
div.DivClassName
{
background-color: #9D77FE;
}
.BgClassName
{
background-color: #9D77FE;
}
</style>
border-color css
<style>
span { border-color: #9D77FE; }
span { border-color: rgb(157,119,254); }
td.TdClassName
{
border-color: #9D77FE;
}
.TagClassName
{
border-color: #9D77FE;
}
</style>