Shades of Light Slate Blue #9F77F8
Tints of Light Slate Blue #9F77F8
RGB
CMYK
RGB Variations
Color information
#9F77F8 (or 0x9F77F8) is known color: Light Slate Blue. HEX triplet: 9F, 77 and F8. RGB value is (159,119,248). Sum of RGB (Red+Green+Blue) = 159+119+248=526 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.23% from 526); Green value is 119 (46.88% from 255 or 22.62% from 526); Blue value is 248 (97.27% from 255 or 47.15% from 526); Max value from RGB is 248 - color contains mainly: blue. Hex color #9F77F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F77F8 is #608807. Grayscale: #919191. Windows color (decimal): -6326280 or 16283551. OLE color: 16283551.
HSL color Cylindrical-coordinate representation of color #9F77F8: hue angle of 258.6º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F77F8 is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 159 | 119 | 248 | - |
| CMYK | 0.36 | 0.52 | 0 | 0.03 |
| HSL | 258.6º | 0.9% | 0.72% | - |
| HSV(B) | 258.6º | 0.52% | 0.97% | - |
| XYZ | 37.84 | 27.34 | 92.09 | - |
| YUV | 145.67 | 185.75 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 119 | 248 | 0.36 | 0.52 | 0 | 0.03 | 258.6 | 0.9 | 0.72 |
| Hex | 9F | 77 | F8 | 24 | 34 | 0 | 3 | 103 | 5A | 48 |
| Octal | 237 | 167 | 370 | 44 | 64 | 0 | 3 | 403 | 132 | 110 |
| Binary | 10011111 | 1110111 | 11111000 | 100100 | 110100 | 0 | 11 | 100000011 | 1011010 | 1001000 |
Color Harmonies of #9F77F8
Complementary color
Monochromatic Colors of #9F77F8
Black with #9F77F8
Text Example
Text Example
White with #9F77F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F77F8; }
p { color: rgb(159,119,248); }
H1.HeaderClassName
{
color: #9F77F8;
}
.AnyTagClassName
{
color: #9F77F8;
}
</style>
background-color css
<style>
a { background-color: #9F77F8; }
a { background-color: rgb(159,119,248); }
div.DivClassName
{
background-color: #9F77F8;
}
.BgClassName
{
background-color: #9F77F8;
}
</style>
border-color css
<style>
span { border-color: #9F77F8; }
span { border-color: rgb(159,119,248); }
td.TdClassName
{
border-color: #9F77F8;
}
.TagClassName
{
border-color: #9F77F8;
}
</style>