Shades of Light Slate Blue #9D72FF
Tints of Light Slate Blue #9D72FF
RGB
CMYK
RGB Variations
Color information
#9D72FF (or 0x9D72FF) is known color: Light Slate Blue. HEX triplet: 9D, 72 and FF. RGB value is (157,114,255). Sum of RGB (Red+Green+Blue) = 157+114+255=526 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.85% from 526); Green value is 114 (44.92% from 255 or 21.67% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D72FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D72FF is #628D00. Grayscale: #8E8E8E. Windows color (decimal): -6458625 or 16741021. OLE color: 16741021.
HSL color Cylindrical-coordinate representation of color #9D72FF: hue angle of 258.3º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9D72FF is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 114 | 255 | - |
| CMYK | 0.38 | 0.55 | 0 | 0 |
| HSL | 258.3º | 1% | 0.72% | - |
| HSV(B) | 258.3º | 0.55% | 1% | - |
| XYZ | 37.97 | 26.42 | 97.71 | - |
| YUV | 142.93 | 191.25 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 114 | 255 | 0.38 | 0.55 | 0 | 0 | 258.3 | 1 | 0.72 |
| Hex | 9D | 72 | FF | 26 | 37 | 0 | 0 | 102 | 64 | 48 |
| Octal | 235 | 162 | 377 | 46 | 67 | 0 | 0 | 402 | 144 | 110 |
| Binary | 10011101 | 1110010 | 11111111 | 100110 | 110111 | 0 | 0 | 100000010 | 1100100 | 1001000 |
Color Harmonies of #9D72FF
Complementary color
Monochromatic Colors of #9D72FF
Black with #9D72FF
Text Example
Text Example
White with #9D72FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D72FF; }
p { color: rgb(157,114,255); }
H1.HeaderClassName
{
color: #9D72FF;
}
.AnyTagClassName
{
color: #9D72FF;
}
</style>
background-color css
<style>
a { background-color: #9D72FF; }
a { background-color: rgb(157,114,255); }
div.DivClassName
{
background-color: #9D72FF;
}
.BgClassName
{
background-color: #9D72FF;
}
</style>
border-color css
<style>
span { border-color: #9D72FF; }
span { border-color: rgb(157,114,255); }
td.TdClassName
{
border-color: #9D72FF;
}
.TagClassName
{
border-color: #9D72FF;
}
</style>