Shades of Light Slate Blue #9D6BFC
Tints of Light Slate Blue #9D6BFC
RGB
CMYK
RGB Variations
Color information
#9D6BFC (or 0x9D6BFC) is known color: Light Slate Blue. HEX triplet: 9D, 6B and FC. RGB value is (157,107,252). Sum of RGB (Red+Green+Blue) = 157+107+252=516 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.43% from 516); Green value is 107 (42.19% from 255 or 20.74% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #9D6BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D6BFC is #629403. Grayscale: #898989. Windows color (decimal): -6460420 or 16542621. OLE color: 16542621.
HSL color Cylindrical-coordinate representation of color #9D6BFC: hue angle of 260.69º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9D6BFC is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 107 | 252 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.01 |
| HSL | 260.69º | 0.96% | 0.7% | - |
| HSV(B) | 260.69º | 0.58% | 0.99% | - |
| XYZ | 36.73 | 24.71 | 94.93 | - |
| YUV | 138.48 | 192.07 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 107 | 252 | 0.38 | 0.58 | 0 | 0.01 | 260.69 | 0.96 | 0.7 |
| Hex | 9D | 6B | FC | 26 | 3A | 0 | 1 | 105 | 60 | 46 |
| Octal | 235 | 153 | 374 | 46 | 72 | 0 | 1 | 405 | 140 | 106 |
| Binary | 10011101 | 1101011 | 11111100 | 100110 | 111010 | 0 | 1 | 100000101 | 1100000 | 1000110 |
Color Harmonies of #9D6BFC
Complementary color
Monochromatic Colors of #9D6BFC
Black with #9D6BFC
Text Example
Text Example
White with #9D6BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6BFC; }
p { color: rgb(157,107,252); }
H1.HeaderClassName
{
color: #9D6BFC;
}
.AnyTagClassName
{
color: #9D6BFC;
}
</style>
background-color css
<style>
a { background-color: #9D6BFC; }
a { background-color: rgb(157,107,252); }
div.DivClassName
{
background-color: #9D6BFC;
}
.BgClassName
{
background-color: #9D6BFC;
}
</style>
border-color css
<style>
span { border-color: #9D6BFC; }
span { border-color: rgb(157,107,252); }
td.TdClassName
{
border-color: #9D6BFC;
}
.TagClassName
{
border-color: #9D6BFC;
}
</style>