Shades of Light Slate Blue #9A77F9
Tints of Light Slate Blue #9A77F9
RGB
CMYK
RGB Variations
Color information
#9A77F9 (or 0x9A77F9) is known color: Light Slate Blue. HEX triplet: 9A, 77 and F9. RGB value is (154,119,249). Sum of RGB (Red+Green+Blue) = 154+119+249=522 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.50% from 522); Green value is 119 (46.88% from 255 or 22.80% from 522); Blue value is 249 (97.66% from 255 or 47.70% from 522); Max value from RGB is 249 - color contains mainly: blue. Hex color #9A77F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A77F9 is #658806. Grayscale: #8F8F8F. Windows color (decimal): -6653959 or 16349082. OLE color: 16349082.
HSL color Cylindrical-coordinate representation of color #9A77F9: hue angle of 256.15º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9A77F9 is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 119 | 249 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.02 |
| HSL | 256.15º | 0.92% | 0.72% | - |
| HSV(B) | 256.15º | 0.52% | 0.98% | - |
| XYZ | 37.02 | 26.9 | 92.86 | - |
| YUV | 144.29 | 187.1 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 119 | 249 | 0.38 | 0.52 | 0 | 0.02 | 256.15 | 0.92 | 0.72 |
| Hex | 9A | 77 | F9 | 26 | 34 | 0 | 2 | 100 | 5C | 48 |
| Octal | 232 | 167 | 371 | 46 | 64 | 0 | 2 | 400 | 134 | 110 |
| Binary | 10011010 | 1110111 | 11111001 | 100110 | 110100 | 0 | 10 | 100000000 | 1011100 | 1001000 |
Color Harmonies of #9A77F9
Complementary color
Monochromatic Colors of #9A77F9
Black with #9A77F9
Text Example
Text Example
White with #9A77F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A77F9; }
p { color: rgb(154,119,249); }
H1.HeaderClassName
{
color: #9A77F9;
}
.AnyTagClassName
{
color: #9A77F9;
}
</style>
background-color css
<style>
a { background-color: #9A77F9; }
a { background-color: rgb(154,119,249); }
div.DivClassName
{
background-color: #9A77F9;
}
.BgClassName
{
background-color: #9A77F9;
}
</style>
border-color css
<style>
span { border-color: #9A77F9; }
span { border-color: rgb(154,119,249); }
td.TdClassName
{
border-color: #9A77F9;
}
.TagClassName
{
border-color: #9A77F9;
}
</style>