Shades of Blue Bell #9096CE
Tints of Blue Bell #9096CE
RGB
CMYK
RGB Variations
Color information
#9096CE (or 0x9096CE) is known color: Blue Bell. HEX triplet: 90, 96 and CE. RGB value is (144,150,206). Sum of RGB (Red+Green+Blue) = 144+150+206=500 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.8% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #9096CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9096CE is #6F6931. Grayscale: #9A9A9A. Windows color (decimal): -7301426 or 13538960. OLE color: 13538960.
HSL color Cylindrical-coordinate representation of color #9096CE: hue angle of 234.19º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9096CE is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 150 | 206 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.19 |
| HSL | 234.19º | 0.39% | 0.69% | - |
| HSV(B) | 234.19º | 0.3% | 0.81% | - |
| XYZ | 33.55 | 32.2 | 62.84 | - |
| YUV | 154.59 | 157.01 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 150 | 206 | 0.30 | 0.27 | 0 | 0.19 | 234.19 | 0.39 | 0.69 |
| Hex | 90 | 96 | CE | 1E | 1B | 0 | 13 | EA | 27 | 45 |
| Octal | 220 | 226 | 316 | 36 | 33 | 0 | 23 | 352 | 47 | 105 |
| Binary | 10010000 | 10010110 | 11001110 | 11110 | 11011 | 0 | 10011 | 11101010 | 100111 | 1000101 |
Color Harmonies of #9096CE
Complementary color
Monochromatic Colors of #9096CE
Black with #9096CE
Text Example
Text Example
White with #9096CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9096CE; }
p { color: rgb(144,150,206); }
H1.HeaderClassName
{
color: #9096CE;
}
.AnyTagClassName
{
color: #9096CE;
}
</style>
background-color css
<style>
a { background-color: #9096CE; }
a { background-color: rgb(144,150,206); }
div.DivClassName
{
background-color: #9096CE;
}
.BgClassName
{
background-color: #9096CE;
}
</style>
border-color css
<style>
span { border-color: #9096CE; }
span { border-color: rgb(144,150,206); }
td.TdClassName
{
border-color: #9096CE;
}
.TagClassName
{
border-color: #9096CE;
}
</style>