Shades of Blue Bell #9489D0
Tints of Blue Bell #9489D0
RGB
CMYK
RGB Variations
Color information
#9489D0 (or 0x9489D0) is known color: Blue Bell. HEX triplet: 94, 89 and D0. RGB value is (148,137,208). Sum of RGB (Red+Green+Blue) = 148+137+208=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 208 - color contains mainly: blue. Hex color #9489D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9489D0 is #6B762F. Grayscale: #949494. Windows color (decimal): -7042608 or 13666708. OLE color: 13666708.
HSL color Cylindrical-coordinate representation of color #9489D0: hue angle of 249.3º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9489D0 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 137 | 208 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.18 |
| HSL | 249.3º | 0.43% | 0.68% | - |
| HSV(B) | 249.3º | 0.34% | 0.82% | - |
| XYZ | 32.54 | 28.74 | 63.51 | - |
| YUV | 148.38 | 161.64 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 137 | 208 | 0.29 | 0.34 | 0 | 0.18 | 249.3 | 0.43 | 0.68 |
| Hex | 94 | 89 | D0 | 1D | 22 | 0 | 12 | F9 | 2B | 44 |
| Octal | 224 | 211 | 320 | 35 | 42 | 0 | 22 | 371 | 53 | 104 |
| Binary | 10010100 | 10001001 | 11010000 | 11101 | 100010 | 0 | 10010 | 11111001 | 101011 | 1000100 |
Color Harmonies of #9489D0
Complementary color
Monochromatic Colors of #9489D0
Black with #9489D0
Text Example
Text Example
White with #9489D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9489D0; }
p { color: rgb(148,137,208); }
H1.HeaderClassName
{
color: #9489D0;
}
.AnyTagClassName
{
color: #9489D0;
}
</style>
background-color css
<style>
a { background-color: #9489D0; }
a { background-color: rgb(148,137,208); }
div.DivClassName
{
background-color: #9489D0;
}
.BgClassName
{
background-color: #9489D0;
}
</style>
border-color css
<style>
span { border-color: #9489D0; }
span { border-color: rgb(148,137,208); }
td.TdClassName
{
border-color: #9489D0;
}
.TagClassName
{
border-color: #9489D0;
}
</style>