Shades of Blue Bell #9090BD
Tints of Blue Bell #9090BD
RGB
CMYK
RGB Variations
Color information
#9090BD (or 0x9090BD) is known color: Blue Bell. HEX triplet: 90, 90 and BD. RGB value is (144,144,189). Sum of RGB (Red+Green+Blue) = 144+144+189=477 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.19% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #9090BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9090BD is #6F6F42. Grayscale: #949494. Windows color (decimal): -7302979 or 12423312. OLE color: 12423312.
HSL color Cylindrical-coordinate representation of color #9090BD: hue angle of 240º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9090BD is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 144 | 189 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.26 |
| HSL | 240º | 0.25% | 0.65% | - |
| HSV(B) | 240º | 0.24% | 0.74% | - |
| XYZ | 30.66 | 29.55 | 52.23 | - |
| YUV | 149.13 | 150.5 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 144 | 189 | 0.24 | 0.24 | 0 | 0.26 | 240 | 0.25 | 0.65 |
| Hex | 90 | 90 | BD | 18 | 18 | 0 | 1A | F0 | 19 | 41 |
| Octal | 220 | 220 | 275 | 30 | 30 | 0 | 32 | 360 | 31 | 101 |
| Binary | 10010000 | 10010000 | 10111101 | 11000 | 11000 | 0 | 11010 | 11110000 | 11001 | 1000001 |
Color Harmonies of #9090BD
Complementary color
Monochromatic Colors of #9090BD
Black with #9090BD
Text Example
Text Example
White with #9090BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9090BD; }
p { color: rgb(144,144,189); }
H1.HeaderClassName
{
color: #9090BD;
}
.AnyTagClassName
{
color: #9090BD;
}
</style>
background-color css
<style>
a { background-color: #9090BD; }
a { background-color: rgb(144,144,189); }
div.DivClassName
{
background-color: #9090BD;
}
.BgClassName
{
background-color: #9090BD;
}
</style>
border-color css
<style>
span { border-color: #9090BD; }
span { border-color: rgb(144,144,189); }
td.TdClassName
{
border-color: #9090BD;
}
.TagClassName
{
border-color: #9090BD;
}
</style>