Shades of Blue Bell #9089DA
Tints of Blue Bell #9089DA
RGB
CMYK
RGB Variations
Color information
#9089DA (or 0x9089DA) is known color: Blue Bell. HEX triplet: 90, 89 and DA. RGB value is (144,137,218). Sum of RGB (Red+Green+Blue) = 144+137+218=499 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.86% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #9089DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9089DA is #6F7625. Grayscale: #949494. Windows color (decimal): -7304742 or 14322064. OLE color: 14322064.
HSL color Cylindrical-coordinate representation of color #9089DA: hue angle of 245.19º 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 #9089DA is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 137 | 218 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.15 |
| HSL | 245.19º | 0.52% | 0.7% | - |
| HSV(B) | 245.19º | 0.37% | 0.85% | - |
| XYZ | 33.1 | 28.88 | 70.16 | - |
| YUV | 148.33 | 167.32 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 137 | 218 | 0.34 | 0.37 | 0 | 0.15 | 245.19 | 0.52 | 0.7 |
| Hex | 90 | 89 | DA | 22 | 25 | 0 | F | F5 | 34 | 46 |
| Octal | 220 | 211 | 332 | 42 | 45 | 0 | 17 | 365 | 64 | 106 |
| Binary | 10010000 | 10001001 | 11011010 | 100010 | 100101 | 0 | 1111 | 11110101 | 110100 | 1000110 |
Color Harmonies of #9089DA
Complementary color
Monochromatic Colors of #9089DA
Black with #9089DA
Text Example
Text Example
White with #9089DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9089DA; }
p { color: rgb(144,137,218); }
H1.HeaderClassName
{
color: #9089DA;
}
.AnyTagClassName
{
color: #9089DA;
}
</style>
background-color css
<style>
a { background-color: #9089DA; }
a { background-color: rgb(144,137,218); }
div.DivClassName
{
background-color: #9089DA;
}
.BgClassName
{
background-color: #9089DA;
}
</style>
border-color css
<style>
span { border-color: #9089DA; }
span { border-color: rgb(144,137,218); }
td.TdClassName
{
border-color: #9089DA;
}
.TagClassName
{
border-color: #9089DA;
}
</style>