Shades of Light Slate Blue #9F7EFB
Tints of Light Slate Blue #9F7EFB
RGB
CMYK
RGB Variations
Color information
#9F7EFB (or 0x9F7EFB) is known color: Light Slate Blue. HEX triplet: 9F, 7E and FB. RGB value is (159,126,251). Sum of RGB (Red+Green+Blue) = 159+126+251=536 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.66% from 536); Green value is 126 (49.61% from 255 or 23.51% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F7EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F7EFB is #608104. Grayscale: #959595. Windows color (decimal): -6324485 or 16481951. OLE color: 16481951.
HSL color Cylindrical-coordinate representation of color #9F7EFB: hue angle of 255.84º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F7EFB is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 126 | 251 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.02 |
| HSL | 255.84º | 0.94% | 0.74% | - |
| HSV(B) | 255.84º | 0.5% | 0.98% | - |
| XYZ | 39.17 | 29.26 | 94.85 | - |
| YUV | 150.12 | 184.93 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 126 | 251 | 0.37 | 0.50 | 0 | 0.02 | 255.84 | 0.94 | 0.74 |
| Hex | 9F | 7E | FB | 25 | 32 | 0 | 2 | 100 | 5E | 4A |
| Octal | 237 | 176 | 373 | 45 | 62 | 0 | 2 | 400 | 136 | 112 |
| Binary | 10011111 | 1111110 | 11111011 | 100101 | 110010 | 0 | 10 | 100000000 | 1011110 | 1001010 |
Color Harmonies of #9F7EFB
Complementary color
Monochromatic Colors of #9F7EFB
Black with #9F7EFB
Text Example
Text Example
White with #9F7EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7EFB; }
p { color: rgb(159,126,251); }
H1.HeaderClassName
{
color: #9F7EFB;
}
.AnyTagClassName
{
color: #9F7EFB;
}
</style>
background-color css
<style>
a { background-color: #9F7EFB; }
a { background-color: rgb(159,126,251); }
div.DivClassName
{
background-color: #9F7EFB;
}
.BgClassName
{
background-color: #9F7EFB;
}
</style>
border-color css
<style>
span { border-color: #9F7EFB; }
span { border-color: rgb(159,126,251); }
td.TdClassName
{
border-color: #9F7EFB;
}
.TagClassName
{
border-color: #9F7EFB;
}
</style>