Shades of Blue Bell #9589DC
Tints of Blue Bell #9589DC
RGB
CMYK
RGB Variations
Color information
#9589DC (or 0x9589DC) is known color: Blue Bell. HEX triplet: 95, 89 and DC. RGB value is (149,137,220). Sum of RGB (Red+Green+Blue) = 149+137+220=506 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.45% from 506); Green value is 137 (53.91% from 255 or 27.08% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #9589DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9589DC is #6A7623. Grayscale: #959595. Windows color (decimal): -6977060 or 14453141. OLE color: 14453141.
HSL color Cylindrical-coordinate representation of color #9589DC: hue angle of 248.67º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9589DC is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 137 | 220 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.14 |
| HSL | 248.67º | 0.54% | 0.7% | - |
| HSV(B) | 248.67º | 0.38% | 0.86% | - |
| XYZ | 34.26 | 29.45 | 71.59 | - |
| YUV | 150.05 | 167.48 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 137 | 220 | 0.32 | 0.38 | 0 | 0.14 | 248.67 | 0.54 | 0.7 |
| Hex | 95 | 89 | DC | 20 | 26 | 0 | E | F9 | 36 | 46 |
| Octal | 225 | 211 | 334 | 40 | 46 | 0 | 16 | 371 | 66 | 106 |
| Binary | 10010101 | 10001001 | 11011100 | 100000 | 100110 | 0 | 1110 | 11111001 | 110110 | 1000110 |
Color Harmonies of #9589DC
Complementary color
Monochromatic Colors of #9589DC
Black with #9589DC
Text Example
Text Example
White with #9589DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9589DC; }
p { color: rgb(149,137,220); }
H1.HeaderClassName
{
color: #9589DC;
}
.AnyTagClassName
{
color: #9589DC;
}
</style>
background-color css
<style>
a { background-color: #9589DC; }
a { background-color: rgb(149,137,220); }
div.DivClassName
{
background-color: #9589DC;
}
.BgClassName
{
background-color: #9589DC;
}
</style>
border-color css
<style>
span { border-color: #9589DC; }
span { border-color: rgb(149,137,220); }
td.TdClassName
{
border-color: #9589DC;
}
.TagClassName
{
border-color: #9589DC;
}
</style>