Shades of Light Slate Blue #9D76FE
Tints of Light Slate Blue #9D76FE
RGB
CMYK
RGB Variations
Color information
#9D76FE (or 0x9D76FE) is known color: Light Slate Blue. HEX triplet: 9D, 76 and FE. RGB value is (157,118,254). Sum of RGB (Red+Green+Blue) = 157+118+254=529 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.68% from 529); Green value is 118 (46.48% from 255 or 22.31% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #9D76FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D76FE is #628901. Grayscale: #909090. Windows color (decimal): -6457602 or 16676509. OLE color: 16676509.
HSL color Cylindrical-coordinate representation of color #9D76FE: hue angle of 257.21º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9D76FE is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 118 | 254 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.00 |
| HSL | 257.21º | 0.99% | 0.73% | - |
| HSV(B) | 257.21º | 0.54% | 1% | - |
| XYZ | 38.27 | 27.28 | 97.01 | - |
| YUV | 145.17 | 189.42 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 118 | 254 | 0.38 | 0.54 | 0 | 0.00 | 257.21 | 0.99 | 0.73 |
| Hex | 9D | 76 | FE | 26 | 36 | 0 | 0 | 101 | 63 | 49 |
| Octal | 235 | 166 | 376 | 46 | 66 | 0 | 0 | 401 | 143 | 111 |
| Binary | 10011101 | 1110110 | 11111110 | 100110 | 110110 | 0 | 0 | 100000001 | 1100011 | 1001001 |
Color Harmonies of #9D76FE
Complementary color
Monochromatic Colors of #9D76FE
Black with #9D76FE
Text Example
Text Example
White with #9D76FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D76FE; }
p { color: rgb(157,118,254); }
H1.HeaderClassName
{
color: #9D76FE;
}
.AnyTagClassName
{
color: #9D76FE;
}
</style>
background-color css
<style>
a { background-color: #9D76FE; }
a { background-color: rgb(157,118,254); }
div.DivClassName
{
background-color: #9D76FE;
}
.BgClassName
{
background-color: #9D76FE;
}
</style>
border-color css
<style>
span { border-color: #9D76FE; }
span { border-color: rgb(157,118,254); }
td.TdClassName
{
border-color: #9D76FE;
}
.TagClassName
{
border-color: #9D76FE;
}
</style>