Shades of Blue Bell #9096BE
Tints of Blue Bell #9096BE
RGB
CMYK
RGB Variations
Color information
#9096BE (or 0x9096BE) is known color: Blue Bell. HEX triplet: 90, 96 and BE. RGB value is (144,150,190). Sum of RGB (Red+Green+Blue) = 144+150+190=484 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.75% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: blue. Hex color #9096BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9096BE is #6F6941. Grayscale: #989898. Windows color (decimal): -7301442 or 12490384. OLE color: 12490384.
HSL color Cylindrical-coordinate representation of color #9096BE: hue angle of 232.17º 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 #9096BE is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 150 | 190 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.25 |
| HSL | 232.17º | 0.26% | 0.65% | - |
| HSV(B) | 232.17º | 0.24% | 0.75% | - |
| XYZ | 31.7 | 31.46 | 53.12 | - |
| YUV | 152.77 | 149.01 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 150 | 190 | 0.24 | 0.21 | 0 | 0.25 | 232.17 | 0.26 | 0.65 |
| Hex | 90 | 96 | BE | 18 | 15 | 0 | 19 | E8 | 1A | 41 |
| Octal | 220 | 226 | 276 | 30 | 25 | 0 | 31 | 350 | 32 | 101 |
| Binary | 10010000 | 10010110 | 10111110 | 11000 | 10101 | 0 | 11001 | 11101000 | 11010 | 1000001 |
Color Harmonies of #9096BE
Complementary color
Monochromatic Colors of #9096BE
Black with #9096BE
Text Example
Text Example
White with #9096BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9096BE; }
p { color: rgb(144,150,190); }
H1.HeaderClassName
{
color: #9096BE;
}
.AnyTagClassName
{
color: #9096BE;
}
</style>
background-color css
<style>
a { background-color: #9096BE; }
a { background-color: rgb(144,150,190); }
div.DivClassName
{
background-color: #9096BE;
}
.BgClassName
{
background-color: #9096BE;
}
</style>
border-color css
<style>
span { border-color: #9096BE; }
span { border-color: rgb(144,150,190); }
td.TdClassName
{
border-color: #9096BE;
}
.TagClassName
{
border-color: #9096BE;
}
</style>