Shades of Blue Bell #9097C0
Tints of Blue Bell #9097C0
RGB
CMYK
RGB Variations
Color information
#9097C0 (or 0x9097C0) is known color: Blue Bell. HEX triplet: 90, 97 and C0. RGB value is (144,151,192). Sum of RGB (Red+Green+Blue) = 144+151+192=487 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.57% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 192 - color contains mainly: blue. Hex color #9097C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9097C0 is #6F683F. Grayscale: #999999. Windows color (decimal): -7301184 or 12621712. OLE color: 12621712.
HSL color Cylindrical-coordinate representation of color #9097C0: hue angle of 231.25º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9097C0 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 151 | 192 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.25 |
| HSL | 231.25º | 0.28% | 0.66% | - |
| HSV(B) | 231.25º | 0.25% | 0.75% | - |
| XYZ | 32.08 | 31.87 | 54.33 | - |
| YUV | 153.58 | 149.68 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 151 | 192 | 0.25 | 0.21 | 0 | 0.25 | 231.25 | 0.28 | 0.66 |
| Hex | 90 | 97 | C0 | 19 | 15 | 0 | 19 | E7 | 1C | 42 |
| Octal | 220 | 227 | 300 | 31 | 25 | 0 | 31 | 347 | 34 | 102 |
| Binary | 10010000 | 10010111 | 11000000 | 11001 | 10101 | 0 | 11001 | 11100111 | 11100 | 1000010 |
Color Harmonies of #9097C0
Complementary color
Monochromatic Colors of #9097C0
Black with #9097C0
Text Example
Text Example
White with #9097C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9097C0; }
p { color: rgb(144,151,192); }
H1.HeaderClassName
{
color: #9097C0;
}
.AnyTagClassName
{
color: #9097C0;
}
</style>
background-color css
<style>
a { background-color: #9097C0; }
a { background-color: rgb(144,151,192); }
div.DivClassName
{
background-color: #9097C0;
}
.BgClassName
{
background-color: #9097C0;
}
</style>
border-color css
<style>
span { border-color: #9097C0; }
span { border-color: rgb(144,151,192); }
td.TdClassName
{
border-color: #9097C0;
}
.TagClassName
{
border-color: #9097C0;
}
</style>