Shades of Blue Bell #9090CC
Tints of Blue Bell #9090CC
RGB
CMYK
RGB Variations
Color information
#9090CC (or 0x9090CC) is known color: Blue Bell. HEX triplet: 90, 90 and CC. RGB value is (144,144,204). Sum of RGB (Red+Green+Blue) = 144+144+204=492 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.27% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #9090CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9090CC is #6F6F33. Grayscale: #969696. Windows color (decimal): -7302964 or 13406352. OLE color: 13406352.
HSL color Cylindrical-coordinate representation of color #9090CC: hue angle of 240º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9090CC is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 144 | 204 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.2 |
| HSL | 240º | 0.37% | 0.68% | - |
| HSV(B) | 240º | 0.29% | 0.8% | - |
| XYZ | 32.37 | 30.24 | 61.26 | - |
| YUV | 150.84 | 158 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 144 | 204 | 0.29 | 0.29 | 0 | 0.2 | 240 | 0.37 | 0.68 |
| Hex | 90 | 90 | CC | 1D | 1D | 0 | 14 | F0 | 25 | 44 |
| Octal | 220 | 220 | 314 | 35 | 35 | 0 | 24 | 360 | 45 | 104 |
| Binary | 10010000 | 10010000 | 11001100 | 11101 | 11101 | 0 | 10100 | 11110000 | 100101 | 1000100 |
Color Harmonies of #9090CC
Complementary color
Monochromatic Colors of #9090CC
Black with #9090CC
Text Example
Text Example
White with #9090CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9090CC; }
p { color: rgb(144,144,204); }
H1.HeaderClassName
{
color: #9090CC;
}
.AnyTagClassName
{
color: #9090CC;
}
</style>
background-color css
<style>
a { background-color: #9090CC; }
a { background-color: rgb(144,144,204); }
div.DivClassName
{
background-color: #9090CC;
}
.BgClassName
{
background-color: #9090CC;
}
</style>
border-color css
<style>
span { border-color: #9090CC; }
span { border-color: rgb(144,144,204); }
td.TdClassName
{
border-color: #9090CC;
}
.TagClassName
{
border-color: #9090CC;
}
</style>