Shades of Light Slate Blue #9D6CFB
Tints of Light Slate Blue #9D6CFB
RGB
CMYK
RGB Variations
Color information
#9D6CFB (or 0x9D6CFB) is known color: Light Slate Blue. HEX triplet: 9D, 6C and FB. RGB value is (157,108,251). Sum of RGB (Red+Green+Blue) = 157+108+251=516 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.43% from 516); Green value is 108 (42.58% from 255 or 20.93% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #9D6CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D6CFB is #629304. Grayscale: #8A8A8A. Windows color (decimal): -6460165 or 16477341. OLE color: 16477341.
HSL color Cylindrical-coordinate representation of color #9D6CFB: hue angle of 260.56º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9D6CFB is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 108 | 251 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.02 |
| HSL | 260.56º | 0.95% | 0.7% | - |
| HSV(B) | 260.56º | 0.57% | 0.98% | - |
| XYZ | 36.68 | 24.86 | 94.13 | - |
| YUV | 138.95 | 191.23 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 108 | 251 | 0.37 | 0.57 | 0 | 0.02 | 260.56 | 0.95 | 0.7 |
| Hex | 9D | 6C | FB | 25 | 39 | 0 | 2 | 105 | 5F | 46 |
| Octal | 235 | 154 | 373 | 45 | 71 | 0 | 2 | 405 | 137 | 106 |
| Binary | 10011101 | 1101100 | 11111011 | 100101 | 111001 | 0 | 10 | 100000101 | 1011111 | 1000110 |
Color Harmonies of #9D6CFB
Complementary color
Monochromatic Colors of #9D6CFB
Black with #9D6CFB
Text Example
Text Example
White with #9D6CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6CFB; }
p { color: rgb(157,108,251); }
H1.HeaderClassName
{
color: #9D6CFB;
}
.AnyTagClassName
{
color: #9D6CFB;
}
</style>
background-color css
<style>
a { background-color: #9D6CFB; }
a { background-color: rgb(157,108,251); }
div.DivClassName
{
background-color: #9D6CFB;
}
.BgClassName
{
background-color: #9D6CFB;
}
</style>
border-color css
<style>
span { border-color: #9D6CFB; }
span { border-color: rgb(157,108,251); }
td.TdClassName
{
border-color: #9D6CFB;
}
.TagClassName
{
border-color: #9D6CFB;
}
</style>