Shades of Blue Bell #9589CF
Tints of Blue Bell #9589CF
RGB
CMYK
RGB Variations
Color information
#9589CF (or 0x9589CF) is known color: Blue Bell. HEX triplet: 95, 89 and CF. RGB value is (149,137,207). Sum of RGB (Red+Green+Blue) = 149+137+207=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #9589CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9589CF is #6A7630. Grayscale: #949494. Windows color (decimal): -6977073 or 13601173. OLE color: 13601173.
HSL color Cylindrical-coordinate representation of color #9589CF: hue angle of 250.29º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9589CF is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 137 | 207 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.19 |
| HSL | 250.29º | 0.42% | 0.67% | - |
| HSV(B) | 250.29º | 0.34% | 0.81% | - |
| XYZ | 32.6 | 28.79 | 62.87 | - |
| YUV | 148.57 | 160.98 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 137 | 207 | 0.28 | 0.34 | 0 | 0.19 | 250.29 | 0.42 | 0.67 |
| Hex | 95 | 89 | CF | 1C | 22 | 0 | 13 | FA | 2A | 43 |
| Octal | 225 | 211 | 317 | 34 | 42 | 0 | 23 | 372 | 52 | 103 |
| Binary | 10010101 | 10001001 | 11001111 | 11100 | 100010 | 0 | 10011 | 11111010 | 101010 | 1000011 |
Color Harmonies of #9589CF
Complementary color
Monochromatic Colors of #9589CF
Black with #9589CF
Text Example
Text Example
White with #9589CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9589CF; }
p { color: rgb(149,137,207); }
H1.HeaderClassName
{
color: #9589CF;
}
.AnyTagClassName
{
color: #9589CF;
}
</style>
background-color css
<style>
a { background-color: #9589CF; }
a { background-color: rgb(149,137,207); }
div.DivClassName
{
background-color: #9589CF;
}
.BgClassName
{
background-color: #9589CF;
}
</style>
border-color css
<style>
span { border-color: #9589CF; }
span { border-color: rgb(149,137,207); }
td.TdClassName
{
border-color: #9589CF;
}
.TagClassName
{
border-color: #9589CF;
}
</style>