Shades of Light Slate Blue #9D7CFB
Tints of Light Slate Blue #9D7CFB
RGB
CMYK
RGB Variations
Color information
#9D7CFB (or 0x9D7CFB) is known color: Light Slate Blue. HEX triplet: 9D, 7C and FB. RGB value is (157,124,251). Sum of RGB (Red+Green+Blue) = 157+124+251=532 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.51% from 532); Green value is 124 (48.83% from 255 or 23.31% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #9D7CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D7CFB is #628304. Grayscale: #939393. Windows color (decimal): -6456069 or 16481437. OLE color: 16481437.
HSL color Cylindrical-coordinate representation of color #9D7CFB: hue angle of 255.59º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9D7CFB is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 124 | 251 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.02 |
| HSL | 255.59º | 0.94% | 0.74% | - |
| HSV(B) | 255.59º | 0.51% | 0.98% | - |
| XYZ | 38.52 | 28.55 | 94.75 | - |
| YUV | 148.35 | 185.93 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 124 | 251 | 0.37 | 0.51 | 0 | 0.02 | 255.59 | 0.94 | 0.74 |
| Hex | 9D | 7C | FB | 25 | 33 | 0 | 2 | 100 | 5E | 4A |
| Octal | 235 | 174 | 373 | 45 | 63 | 0 | 2 | 400 | 136 | 112 |
| Binary | 10011101 | 1111100 | 11111011 | 100101 | 110011 | 0 | 10 | 100000000 | 1011110 | 1001010 |
Color Harmonies of #9D7CFB
Complementary color
Monochromatic Colors of #9D7CFB
Black with #9D7CFB
Text Example
Text Example
White with #9D7CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7CFB; }
p { color: rgb(157,124,251); }
H1.HeaderClassName
{
color: #9D7CFB;
}
.AnyTagClassName
{
color: #9D7CFB;
}
</style>
background-color css
<style>
a { background-color: #9D7CFB; }
a { background-color: rgb(157,124,251); }
div.DivClassName
{
background-color: #9D7CFB;
}
.BgClassName
{
background-color: #9D7CFB;
}
</style>
border-color css
<style>
span { border-color: #9D7CFB; }
span { border-color: rgb(157,124,251); }
td.TdClassName
{
border-color: #9D7CFB;
}
.TagClassName
{
border-color: #9D7CFB;
}
</style>