Shades of Blue Bell #9A89DA
Tints of Blue Bell #9A89DA
RGB
CMYK
RGB Variations
Color information
#9A89DA (or 0x9A89DA) is known color: Blue Bell. HEX triplet: 9A, 89 and DA. RGB value is (154,137,218). Sum of RGB (Red+Green+Blue) = 154+137+218=509 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.26% from 509); Green value is 137 (53.91% from 255 or 26.92% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #9A89DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A89DA is #657625. Grayscale: #979797. Windows color (decimal): -6649382 or 14322074. OLE color: 14322074.
HSL color Cylindrical-coordinate representation of color #9A89DA: hue angle of 252.59º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9A89DA is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 137 | 218 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.15 |
| HSL | 252.59º | 0.52% | 0.7% | - |
| HSV(B) | 252.59º | 0.37% | 0.85% | - |
| XYZ | 34.93 | 29.82 | 70.25 | - |
| YUV | 151.32 | 165.63 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 137 | 218 | 0.29 | 0.37 | 0 | 0.15 | 252.59 | 0.52 | 0.7 |
| Hex | 9A | 89 | DA | 1D | 25 | 0 | F | FD | 34 | 46 |
| Octal | 232 | 211 | 332 | 35 | 45 | 0 | 17 | 375 | 64 | 106 |
| Binary | 10011010 | 10001001 | 11011010 | 11101 | 100101 | 0 | 1111 | 11111101 | 110100 | 1000110 |
Color Harmonies of #9A89DA
Complementary color
Monochromatic Colors of #9A89DA
Black with #9A89DA
Text Example
Text Example
White with #9A89DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A89DA; }
p { color: rgb(154,137,218); }
H1.HeaderClassName
{
color: #9A89DA;
}
.AnyTagClassName
{
color: #9A89DA;
}
</style>
background-color css
<style>
a { background-color: #9A89DA; }
a { background-color: rgb(154,137,218); }
div.DivClassName
{
background-color: #9A89DA;
}
.BgClassName
{
background-color: #9A89DA;
}
</style>
border-color css
<style>
span { border-color: #9A89DA; }
span { border-color: rgb(154,137,218); }
td.TdClassName
{
border-color: #9A89DA;
}
.TagClassName
{
border-color: #9A89DA;
}
</style>