Shades of Blue Bell #9094CE
Tints of Blue Bell #9094CE
RGB
CMYK
RGB Variations
Color information
#9094CE (or 0x9094CE) is known color: Blue Bell. HEX triplet: 90, 94 and CE. RGB value is (144,148,206). Sum of RGB (Red+Green+Blue) = 144+148+206=498 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.92% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #9094CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9094CE is #6F6B31. Grayscale: #999999. Windows color (decimal): -7301938 or 13538448. OLE color: 13538448.
HSL color Cylindrical-coordinate representation of color #9094CE: hue angle of 236.13º 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 #9094CE is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 148 | 206 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.19 |
| HSL | 236.13º | 0.39% | 0.69% | - |
| HSV(B) | 236.13º | 0.3% | 0.81% | - |
| XYZ | 33.23 | 31.57 | 62.73 | - |
| YUV | 153.42 | 157.67 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 148 | 206 | 0.30 | 0.28 | 0 | 0.19 | 236.13 | 0.39 | 0.69 |
| Hex | 90 | 94 | CE | 1E | 1C | 0 | 13 | EC | 27 | 45 |
| Octal | 220 | 224 | 316 | 36 | 34 | 0 | 23 | 354 | 47 | 105 |
| Binary | 10010000 | 10010100 | 11001110 | 11110 | 11100 | 0 | 10011 | 11101100 | 100111 | 1000101 |
Color Harmonies of #9094CE
Complementary color
Monochromatic Colors of #9094CE
Black with #9094CE
Text Example
Text Example
White with #9094CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9094CE; }
p { color: rgb(144,148,206); }
H1.HeaderClassName
{
color: #9094CE;
}
.AnyTagClassName
{
color: #9094CE;
}
</style>
background-color css
<style>
a { background-color: #9094CE; }
a { background-color: rgb(144,148,206); }
div.DivClassName
{
background-color: #9094CE;
}
.BgClassName
{
background-color: #9094CE;
}
</style>
border-color css
<style>
span { border-color: #9094CE; }
span { border-color: rgb(144,148,206); }
td.TdClassName
{
border-color: #9094CE;
}
.TagClassName
{
border-color: #9094CE;
}
</style>