Shades of Light Slate Blue #9F77FE
Tints of Light Slate Blue #9F77FE
RGB
CMYK
RGB Variations
Color information
#9F77FE (or 0x9F77FE) is known color: Light Slate Blue. HEX triplet: 9F, 77 and FE. RGB value is (159,119,254). Sum of RGB (Red+Green+Blue) = 159+119+254=532 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.89% from 532); Green value is 119 (46.88% from 255 or 22.37% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F77FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F77FE is #608801. Grayscale: #919191. Windows color (decimal): -6326274 or 16676767. OLE color: 16676767.
HSL color Cylindrical-coordinate representation of color #9F77FE: hue angle of 257.78º 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 #9F77FE is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 119 | 254 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.00 |
| HSL | 257.78º | 0.99% | 0.73% | - |
| HSV(B) | 257.78º | 0.53% | 1% | - |
| XYZ | 38.78 | 27.72 | 97.07 | - |
| YUV | 146.35 | 188.75 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 119 | 254 | 0.37 | 0.53 | 0 | 0.00 | 257.78 | 0.99 | 0.73 |
| Hex | 9F | 77 | FE | 25 | 35 | 0 | 0 | 102 | 63 | 49 |
| Octal | 237 | 167 | 376 | 45 | 65 | 0 | 0 | 402 | 143 | 111 |
| Binary | 10011111 | 1110111 | 11111110 | 100101 | 110101 | 0 | 0 | 100000010 | 1100011 | 1001001 |
Color Harmonies of #9F77FE
Complementary color
Monochromatic Colors of #9F77FE
Black with #9F77FE
Text Example
Text Example
White with #9F77FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F77FE; }
p { color: rgb(159,119,254); }
H1.HeaderClassName
{
color: #9F77FE;
}
.AnyTagClassName
{
color: #9F77FE;
}
</style>
background-color css
<style>
a { background-color: #9F77FE; }
a { background-color: rgb(159,119,254); }
div.DivClassName
{
background-color: #9F77FE;
}
.BgClassName
{
background-color: #9F77FE;
}
</style>
border-color css
<style>
span { border-color: #9F77FE; }
span { border-color: rgb(159,119,254); }
td.TdClassName
{
border-color: #9F77FE;
}
.TagClassName
{
border-color: #9F77FE;
}
</style>