Shades of Light Slate Blue #9D7DFB
Tints of Light Slate Blue #9D7DFB
RGB
CMYK
RGB Variations
Color information
#9D7DFB (or 0x9D7DFB) is known color: Light Slate Blue. HEX triplet: 9D, 7D and FB. RGB value is (157,125,251). Sum of RGB (Red+Green+Blue) = 157+125+251=533 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.46% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #9D7DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D7DFB is #628204. Grayscale: #949494. Windows color (decimal): -6455813 or 16481693. OLE color: 16481693.
HSL color Cylindrical-coordinate representation of color #9D7DFB: hue angle of 255.24º 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 #9D7DFB is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 125 | 251 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.02 |
| HSL | 255.24º | 0.94% | 0.74% | - |
| HSV(B) | 255.24º | 0.5% | 0.98% | - |
| XYZ | 38.65 | 28.8 | 94.79 | - |
| YUV | 148.93 | 185.6 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 125 | 251 | 0.37 | 0.50 | 0 | 0.02 | 255.24 | 0.94 | 0.74 |
| Hex | 9D | 7D | FB | 25 | 32 | 0 | 2 | FF | 5E | 4A |
| Octal | 235 | 175 | 373 | 45 | 62 | 0 | 2 | 377 | 136 | 112 |
| Binary | 10011101 | 1111101 | 11111011 | 100101 | 110010 | 0 | 10 | 11111111 | 1011110 | 1001010 |
Color Harmonies of #9D7DFB
Complementary color
Monochromatic Colors of #9D7DFB
Black with #9D7DFB
Text Example
Text Example
White with #9D7DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7DFB; }
p { color: rgb(157,125,251); }
H1.HeaderClassName
{
color: #9D7DFB;
}
.AnyTagClassName
{
color: #9D7DFB;
}
</style>
background-color css
<style>
a { background-color: #9D7DFB; }
a { background-color: rgb(157,125,251); }
div.DivClassName
{
background-color: #9D7DFB;
}
.BgClassName
{
background-color: #9D7DFB;
}
</style>
border-color css
<style>
span { border-color: #9D7DFB; }
span { border-color: rgb(157,125,251); }
td.TdClassName
{
border-color: #9D7DFB;
}
.TagClassName
{
border-color: #9D7DFB;
}
</style>