Shades of Light Slate Blue #9D89FF
Tints of Light Slate Blue #9D89FF
RGB
CMYK
RGB Variations
Color information
#9D89FF (or 0x9D89FF) is known color: Light Slate Blue. HEX triplet: 9D, 89 and FF. RGB value is (157,137,255). Sum of RGB (Red+Green+Blue) = 157+137+255=549 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.60% from 549); Green value is 137 (53.91% from 255 or 24.95% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D89FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D89FF is #627600. Grayscale: #9B9B9B. Windows color (decimal): -6452737 or 16746909. OLE color: 16746909.
HSL color Cylindrical-coordinate representation of color #9D89FF: hue angle of 250.17º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D89FF is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 137 | 255 | - |
| CMYK | 0.38 | 0.46 | 0 | 0 |
| HSL | 250.17º | 1% | 0.77% | - |
| HSV(B) | 250.17º | 0.46% | 1% | - |
| XYZ | 40.9 | 32.28 | 98.68 | - |
| YUV | 156.43 | 183.63 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 137 | 255 | 0.38 | 0.46 | 0 | 0 | 250.17 | 1 | 0.77 |
| Hex | 9D | 89 | FF | 26 | 2E | 0 | 0 | FA | 64 | 4D |
| Octal | 235 | 211 | 377 | 46 | 56 | 0 | 0 | 372 | 144 | 115 |
| Binary | 10011101 | 10001001 | 11111111 | 100110 | 101110 | 0 | 0 | 11111010 | 1100100 | 1001101 |
Color Harmonies of #9D89FF
Complementary color
Monochromatic Colors of #9D89FF
Black with #9D89FF
Text Example
Text Example
White with #9D89FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D89FF; }
p { color: rgb(157,137,255); }
H1.HeaderClassName
{
color: #9D89FF;
}
.AnyTagClassName
{
color: #9D89FF;
}
</style>
background-color css
<style>
a { background-color: #9D89FF; }
a { background-color: rgb(157,137,255); }
div.DivClassName
{
background-color: #9D89FF;
}
.BgClassName
{
background-color: #9D89FF;
}
</style>
border-color css
<style>
span { border-color: #9D89FF; }
span { border-color: rgb(157,137,255); }
td.TdClassName
{
border-color: #9D89FF;
}
.TagClassName
{
border-color: #9D89FF;
}
</style>