Shades of Blue Bell #9095BE
Tints of Blue Bell #9095BE
RGB
CMYK
RGB Variations
Color information
#9095BE (or 0x9095BE) is known color: Blue Bell. HEX triplet: 90, 95 and BE. RGB value is (144,149,190). Sum of RGB (Red+Green+Blue) = 144+149+190=483 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.81% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #9095BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9095BE is #6F6A41. Grayscale: #989898. Windows color (decimal): -7301698 or 12490128. OLE color: 12490128.
HSL color Cylindrical-coordinate representation of color #9095BE: hue angle of 233.48º 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 #9095BE is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 149 | 190 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.25 |
| HSL | 233.48º | 0.26% | 0.65% | - |
| HSV(B) | 233.48º | 0.24% | 0.75% | - |
| XYZ | 31.54 | 31.14 | 53.06 | - |
| YUV | 152.18 | 149.34 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 149 | 190 | 0.24 | 0.22 | 0 | 0.25 | 233.48 | 0.26 | 0.65 |
| Hex | 90 | 95 | BE | 18 | 16 | 0 | 19 | E9 | 1A | 41 |
| Octal | 220 | 225 | 276 | 30 | 26 | 0 | 31 | 351 | 32 | 101 |
| Binary | 10010000 | 10010101 | 10111110 | 11000 | 10110 | 0 | 11001 | 11101001 | 11010 | 1000001 |
Color Harmonies of #9095BE
Complementary color
Monochromatic Colors of #9095BE
Black with #9095BE
Text Example
Text Example
White with #9095BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9095BE; }
p { color: rgb(144,149,190); }
H1.HeaderClassName
{
color: #9095BE;
}
.AnyTagClassName
{
color: #9095BE;
}
</style>
background-color css
<style>
a { background-color: #9095BE; }
a { background-color: rgb(144,149,190); }
div.DivClassName
{
background-color: #9095BE;
}
.BgClassName
{
background-color: #9095BE;
}
</style>
border-color css
<style>
span { border-color: #9095BE; }
span { border-color: rgb(144,149,190); }
td.TdClassName
{
border-color: #9095BE;
}
.TagClassName
{
border-color: #9095BE;
}
</style>