Shades of Blue Bell #9097C1
Tints of Blue Bell #9097C1
RGB
CMYK
RGB Variations
Color information
#9097C1 (or 0x9097C1) is known color: Blue Bell. HEX triplet: 90, 97 and C1. RGB value is (144,151,193). Sum of RGB (Red+Green+Blue) = 144+151+193=488 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.51% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 193 - color contains mainly: blue. Hex color #9097C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9097C1 is #6F683E. Grayscale: #999999. Windows color (decimal): -7301183 or 12687248. OLE color: 12687248.
HSL color Cylindrical-coordinate representation of color #9097C1: hue angle of 231.43º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9097C1 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 151 | 193 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.24 |
| HSL | 231.43º | 0.28% | 0.66% | - |
| HSV(B) | 231.43º | 0.25% | 0.76% | - |
| XYZ | 32.19 | 31.91 | 54.92 | - |
| YUV | 153.7 | 150.18 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 151 | 193 | 0.25 | 0.22 | 0 | 0.24 | 231.43 | 0.28 | 0.66 |
| Hex | 90 | 97 | C1 | 19 | 16 | 0 | 18 | E7 | 1C | 42 |
| Octal | 220 | 227 | 301 | 31 | 26 | 0 | 30 | 347 | 34 | 102 |
| Binary | 10010000 | 10010111 | 11000001 | 11001 | 10110 | 0 | 11000 | 11100111 | 11100 | 1000010 |
Color Harmonies of #9097C1
Complementary color
Monochromatic Colors of #9097C1
Black with #9097C1
Text Example
Text Example
White with #9097C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9097C1; }
p { color: rgb(144,151,193); }
H1.HeaderClassName
{
color: #9097C1;
}
.AnyTagClassName
{
color: #9097C1;
}
</style>
background-color css
<style>
a { background-color: #9097C1; }
a { background-color: rgb(144,151,193); }
div.DivClassName
{
background-color: #9097C1;
}
.BgClassName
{
background-color: #9097C1;
}
</style>
border-color css
<style>
span { border-color: #9097C1; }
span { border-color: rgb(144,151,193); }
td.TdClassName
{
border-color: #9097C1;
}
.TagClassName
{
border-color: #9097C1;
}
</style>