Shades of Blue Bell #9097BE
Tints of Blue Bell #9097BE
RGB
CMYK
RGB Variations
Color information
#9097BE (or 0x9097BE) is known color: Blue Bell. HEX triplet: 90, 97 and BE. RGB value is (144,151,190). Sum of RGB (Red+Green+Blue) = 144+151+190=485 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.69% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #9097BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9097BE is #6F6841. Grayscale: #999999. Windows color (decimal): -7301186 or 12490640. OLE color: 12490640.
HSL color Cylindrical-coordinate representation of color #9097BE: hue angle of 230.87º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9097BE is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 151 | 190 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.25 |
| HSL | 230.87º | 0.26% | 0.65% | - |
| HSV(B) | 230.87º | 0.24% | 0.75% | - |
| XYZ | 31.86 | 31.78 | 53.17 | - |
| YUV | 153.35 | 148.68 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 151 | 190 | 0.24 | 0.21 | 0 | 0.25 | 230.87 | 0.26 | 0.65 |
| Hex | 90 | 97 | BE | 18 | 15 | 0 | 19 | E7 | 1A | 41 |
| Octal | 220 | 227 | 276 | 30 | 25 | 0 | 31 | 347 | 32 | 101 |
| Binary | 10010000 | 10010111 | 10111110 | 11000 | 10101 | 0 | 11001 | 11100111 | 11010 | 1000001 |
Color Harmonies of #9097BE
Complementary color
Monochromatic Colors of #9097BE
Black with #9097BE
Text Example
Text Example
White with #9097BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9097BE; }
p { color: rgb(144,151,190); }
H1.HeaderClassName
{
color: #9097BE;
}
.AnyTagClassName
{
color: #9097BE;
}
</style>
background-color css
<style>
a { background-color: #9097BE; }
a { background-color: rgb(144,151,190); }
div.DivClassName
{
background-color: #9097BE;
}
.BgClassName
{
background-color: #9097BE;
}
</style>
border-color css
<style>
span { border-color: #9097BE; }
span { border-color: rgb(144,151,190); }
td.TdClassName
{
border-color: #9097BE;
}
.TagClassName
{
border-color: #9097BE;
}
</style>