Shades of Light Slate Blue #9F76FA
Tints of Light Slate Blue #9F76FA
RGB
CMYK
RGB Variations
Color information
#9F76FA (or 0x9F76FA) is known color: Light Slate Blue. HEX triplet: 9F, 76 and FA. RGB value is (159,118,250). Sum of RGB (Red+Green+Blue) = 159+118+250=527 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.17% from 527); Green value is 118 (46.48% from 255 or 22.39% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F76FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F76FA is #608905. Grayscale: #909090. Windows color (decimal): -6326534 or 16414367. OLE color: 16414367.
HSL color Cylindrical-coordinate representation of color #9F76FA: hue angle of 258.64º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F76FA is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 118 | 250 | - |
| CMYK | 0.36 | 0.53 | 0 | 0.02 |
| HSL | 258.64º | 0.93% | 0.72% | - |
| HSV(B) | 258.64º | 0.53% | 0.98% | - |
| XYZ | 38.03 | 27.23 | 93.69 | - |
| YUV | 145.31 | 187.08 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 118 | 250 | 0.36 | 0.53 | 0 | 0.02 | 258.64 | 0.93 | 0.72 |
| Hex | 9F | 76 | FA | 24 | 35 | 0 | 2 | 103 | 5D | 48 |
| Octal | 237 | 166 | 372 | 44 | 65 | 0 | 2 | 403 | 135 | 110 |
| Binary | 10011111 | 1110110 | 11111010 | 100100 | 110101 | 0 | 10 | 100000011 | 1011101 | 1001000 |
Color Harmonies of #9F76FA
Complementary color
Monochromatic Colors of #9F76FA
Black with #9F76FA
Text Example
Text Example
White with #9F76FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F76FA; }
p { color: rgb(159,118,250); }
H1.HeaderClassName
{
color: #9F76FA;
}
.AnyTagClassName
{
color: #9F76FA;
}
</style>
background-color css
<style>
a { background-color: #9F76FA; }
a { background-color: rgb(159,118,250); }
div.DivClassName
{
background-color: #9F76FA;
}
.BgClassName
{
background-color: #9F76FA;
}
</style>
border-color css
<style>
span { border-color: #9F76FA; }
span { border-color: rgb(159,118,250); }
td.TdClassName
{
border-color: #9F76FA;
}
.TagClassName
{
border-color: #9F76FA;
}
</style>