Shades of Light Slate Blue #9D6BFE
Tints of Light Slate Blue #9D6BFE
RGB
CMYK
RGB Variations
Color information
#9D6BFE (or 0x9D6BFE) is known color: Light Slate Blue. HEX triplet: 9D, 6B and FE. RGB value is (157,107,254). Sum of RGB (Red+Green+Blue) = 157+107+254=518 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.31% from 518); Green value is 107 (42.19% from 255 or 20.66% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #9D6BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D6BFE is #629401. Grayscale: #8A8A8A. Windows color (decimal): -6460418 or 16673693. OLE color: 16673693.
HSL color Cylindrical-coordinate representation of color #9D6BFE: hue angle of 260.41º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9D6BFE is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 107 | 254 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.00 |
| HSL | 260.41º | 0.99% | 0.71% | - |
| HSV(B) | 260.41º | 0.58% | 1% | - |
| XYZ | 37.05 | 24.84 | 96.61 | - |
| YUV | 138.71 | 193.07 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 107 | 254 | 0.38 | 0.58 | 0 | 0.00 | 260.41 | 0.99 | 0.71 |
| Hex | 9D | 6B | FE | 26 | 3A | 0 | 0 | 104 | 63 | 47 |
| Octal | 235 | 153 | 376 | 46 | 72 | 0 | 0 | 404 | 143 | 107 |
| Binary | 10011101 | 1101011 | 11111110 | 100110 | 111010 | 0 | 0 | 100000100 | 1100011 | 1000111 |
Color Harmonies of #9D6BFE
Complementary color
Monochromatic Colors of #9D6BFE
Black with #9D6BFE
Text Example
Text Example
White with #9D6BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6BFE; }
p { color: rgb(157,107,254); }
H1.HeaderClassName
{
color: #9D6BFE;
}
.AnyTagClassName
{
color: #9D6BFE;
}
</style>
background-color css
<style>
a { background-color: #9D6BFE; }
a { background-color: rgb(157,107,254); }
div.DivClassName
{
background-color: #9D6BFE;
}
.BgClassName
{
background-color: #9D6BFE;
}
</style>
border-color css
<style>
span { border-color: #9D6BFE; }
span { border-color: rgb(157,107,254); }
td.TdClassName
{
border-color: #9D6BFE;
}
.TagClassName
{
border-color: #9D6BFE;
}
</style>