Shades of Light Slate Blue #9F7AFE
Tints of Light Slate Blue #9F7AFE
RGB
CMYK
RGB Variations
Color information
#9F7AFE (or 0x9F7AFE) is known color: Light Slate Blue. HEX triplet: 9F, 7A and FE. RGB value is (159,122,254). Sum of RGB (Red+Green+Blue) = 159+122+254=535 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.72% from 535); Green value is 122 (48.05% from 255 or 22.80% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F7AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F7AFE is #608501. Grayscale: #939393. Windows color (decimal): -6325506 or 16677535. OLE color: 16677535.
HSL color Cylindrical-coordinate representation of color #9F7AFE: hue angle of 256.82º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F7AFE is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 122 | 254 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.00 |
| HSL | 256.82º | 0.99% | 0.74% | - |
| HSV(B) | 256.82º | 0.52% | 1% | - |
| XYZ | 39.15 | 28.45 | 97.19 | - |
| YUV | 148.11 | 187.76 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 122 | 254 | 0.37 | 0.52 | 0 | 0.00 | 256.82 | 0.99 | 0.74 |
| Hex | 9F | 7A | FE | 25 | 34 | 0 | 0 | 101 | 63 | 4A |
| Octal | 237 | 172 | 376 | 45 | 64 | 0 | 0 | 401 | 143 | 112 |
| Binary | 10011111 | 1111010 | 11111110 | 100101 | 110100 | 0 | 0 | 100000001 | 1100011 | 1001010 |
Color Harmonies of #9F7AFE
Complementary color
Monochromatic Colors of #9F7AFE
Black with #9F7AFE
Text Example
Text Example
White with #9F7AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7AFE; }
p { color: rgb(159,122,254); }
H1.HeaderClassName
{
color: #9F7AFE;
}
.AnyTagClassName
{
color: #9F7AFE;
}
</style>
background-color css
<style>
a { background-color: #9F7AFE; }
a { background-color: rgb(159,122,254); }
div.DivClassName
{
background-color: #9F7AFE;
}
.BgClassName
{
background-color: #9F7AFE;
}
</style>
border-color css
<style>
span { border-color: #9F7AFE; }
span { border-color: rgb(159,122,254); }
td.TdClassName
{
border-color: #9F7AFE;
}
.TagClassName
{
border-color: #9F7AFE;
}
</style>