Shades of Light Slate Blue #9F7DFB
Tints of Light Slate Blue #9F7DFB
RGB
CMYK
RGB Variations
Color information
#9F7DFB (or 0x9F7DFB) is known color: Light Slate Blue. HEX triplet: 9F, 7D and FB. RGB value is (159,125,251). Sum of RGB (Red+Green+Blue) = 159+125+251=535 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.72% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F7DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F7DFB is #608204. Grayscale: #959595. Windows color (decimal): -6324741 or 16481695. OLE color: 16481695.
HSL color Cylindrical-coordinate representation of color #9F7DFB: hue angle of 256.19º 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 #9F7DFB is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 125 | 251 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.02 |
| HSL | 256.19º | 0.94% | 0.74% | - |
| HSV(B) | 256.19º | 0.5% | 0.98% | - |
| XYZ | 39.04 | 29 | 94.81 | - |
| YUV | 149.53 | 185.26 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 125 | 251 | 0.37 | 0.50 | 0 | 0.02 | 256.19 | 0.94 | 0.74 |
| Hex | 9F | 7D | FB | 25 | 32 | 0 | 2 | 100 | 5E | 4A |
| Octal | 237 | 175 | 373 | 45 | 62 | 0 | 2 | 400 | 136 | 112 |
| Binary | 10011111 | 1111101 | 11111011 | 100101 | 110010 | 0 | 10 | 100000000 | 1011110 | 1001010 |
Color Harmonies of #9F7DFB
Complementary color
Monochromatic Colors of #9F7DFB
Black with #9F7DFB
Text Example
Text Example
White with #9F7DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7DFB; }
p { color: rgb(159,125,251); }
H1.HeaderClassName
{
color: #9F7DFB;
}
.AnyTagClassName
{
color: #9F7DFB;
}
</style>
background-color css
<style>
a { background-color: #9F7DFB; }
a { background-color: rgb(159,125,251); }
div.DivClassName
{
background-color: #9F7DFB;
}
.BgClassName
{
background-color: #9F7DFB;
}
</style>
border-color css
<style>
span { border-color: #9F7DFB; }
span { border-color: rgb(159,125,251); }
td.TdClassName
{
border-color: #9F7DFB;
}
.TagClassName
{
border-color: #9F7DFB;
}
</style>