Shades of Light Slate Blue #9D7FFB
Tints of Light Slate Blue #9D7FFB
RGB
CMYK
RGB Variations
Color information
#9D7FFB (or 0x9D7FFB) is known color: Light Slate Blue. HEX triplet: 9D, 7F and FB. RGB value is (157,127,251). Sum of RGB (Red+Green+Blue) = 157+127+251=535 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.35% from 535); Green value is 127 (50% from 255 or 23.74% 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 #9D7FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D7FFB is #628004. Grayscale: #959595. Windows color (decimal): -6455301 or 16482205. OLE color: 16482205.
HSL color Cylindrical-coordinate representation of color #9D7FFB: hue angle of 254.52º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9D7FFB is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 127 | 251 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.02 |
| HSL | 254.52º | 0.94% | 0.74% | - |
| HSV(B) | 254.52º | 0.49% | 0.98% | - |
| XYZ | 38.91 | 29.31 | 94.87 | - |
| YUV | 150.11 | 184.94 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 127 | 251 | 0.37 | 0.49 | 0 | 0.02 | 254.52 | 0.94 | 0.74 |
| Hex | 9D | 7F | FB | 25 | 31 | 0 | 2 | FF | 5E | 4A |
| Octal | 235 | 177 | 373 | 45 | 61 | 0 | 2 | 377 | 136 | 112 |
| Binary | 10011101 | 1111111 | 11111011 | 100101 | 110001 | 0 | 10 | 11111111 | 1011110 | 1001010 |
Color Harmonies of #9D7FFB
Complementary color
Monochromatic Colors of #9D7FFB
Black with #9D7FFB
Text Example
Text Example
White with #9D7FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7FFB; }
p { color: rgb(157,127,251); }
H1.HeaderClassName
{
color: #9D7FFB;
}
.AnyTagClassName
{
color: #9D7FFB;
}
</style>
background-color css
<style>
a { background-color: #9D7FFB; }
a { background-color: rgb(157,127,251); }
div.DivClassName
{
background-color: #9D7FFB;
}
.BgClassName
{
background-color: #9D7FFB;
}
</style>
border-color css
<style>
span { border-color: #9D7FFB; }
span { border-color: rgb(157,127,251); }
td.TdClassName
{
border-color: #9D7FFB;
}
.TagClassName
{
border-color: #9D7FFB;
}
</style>