Shades of Blue Bell #9589E0
Tints of Blue Bell #9589E0
RGB
CMYK
RGB Variations
Color information
#9589E0 (or 0x9589E0) is known color: Blue Bell. HEX triplet: 95, 89 and E0. RGB value is (149,137,224). Sum of RGB (Red+Green+Blue) = 149+137+224=510 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.22% from 510); Green value is 137 (53.91% from 255 or 26.86% from 510); Blue value is 224 (87.89% from 255 or 43.92% from 510); Max value from RGB is 224 - color contains mainly: blue. Hex color #9589E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9589E0 is #6A761F. Grayscale: #969696. Windows color (decimal): -6977056 or 14715285. OLE color: 14715285.
HSL color Cylindrical-coordinate representation of color #9589E0: hue angle of 248.28º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9589E0 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 137 | 224 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.12 |
| HSL | 248.28º | 0.58% | 0.71% | - |
| HSV(B) | 248.28º | 0.39% | 0.88% | - |
| XYZ | 34.79 | 29.66 | 74.41 | - |
| YUV | 150.51 | 169.48 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 137 | 224 | 0.33 | 0.39 | 0 | 0.12 | 248.28 | 0.58 | 0.71 |
| Hex | 95 | 89 | E0 | 21 | 27 | 0 | C | F8 | 3A | 47 |
| Octal | 225 | 211 | 340 | 41 | 47 | 0 | 14 | 370 | 72 | 107 |
| Binary | 10010101 | 10001001 | 11100000 | 100001 | 100111 | 0 | 1100 | 11111000 | 111010 | 1000111 |
Color Harmonies of #9589E0
Complementary color
Monochromatic Colors of #9589E0
Black with #9589E0
Text Example
Text Example
White with #9589E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9589E0; }
p { color: rgb(149,137,224); }
H1.HeaderClassName
{
color: #9589E0;
}
.AnyTagClassName
{
color: #9589E0;
}
</style>
background-color css
<style>
a { background-color: #9589E0; }
a { background-color: rgb(149,137,224); }
div.DivClassName
{
background-color: #9589E0;
}
.BgClassName
{
background-color: #9589E0;
}
</style>
border-color css
<style>
span { border-color: #9589E0; }
span { border-color: rgb(149,137,224); }
td.TdClassName
{
border-color: #9589E0;
}
.TagClassName
{
border-color: #9589E0;
}
</style>