Shades of Blue Bell #9090CA
Tints of Blue Bell #9090CA
RGB
CMYK
RGB Variations
Color information
#9090CA (or 0x9090CA) is known color: Blue Bell. HEX triplet: 90, 90 and CA. RGB value is (144,144,202). Sum of RGB (Red+Green+Blue) = 144+144+202=490 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.39% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #9090CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9090CA is #6F6F35. Grayscale: #969696. Windows color (decimal): -7302966 or 13275280. OLE color: 13275280.
HSL color Cylindrical-coordinate representation of color #9090CA: hue angle of 240º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9090CA is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 144 | 202 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.21 |
| HSL | 240º | 0.35% | 0.68% | - |
| HSV(B) | 240º | 0.29% | 0.79% | - |
| XYZ | 32.14 | 30.14 | 60 | - |
| YUV | 150.61 | 157 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 144 | 202 | 0.29 | 0.29 | 0 | 0.21 | 240 | 0.35 | 0.68 |
| Hex | 90 | 90 | CA | 1D | 1D | 0 | 15 | F0 | 23 | 44 |
| Octal | 220 | 220 | 312 | 35 | 35 | 0 | 25 | 360 | 43 | 104 |
| Binary | 10010000 | 10010000 | 11001010 | 11101 | 11101 | 0 | 10101 | 11110000 | 100011 | 1000100 |
Color Harmonies of #9090CA
Complementary color
Monochromatic Colors of #9090CA
Black with #9090CA
Text Example
Text Example
White with #9090CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9090CA; }
p { color: rgb(144,144,202); }
H1.HeaderClassName
{
color: #9090CA;
}
.AnyTagClassName
{
color: #9090CA;
}
</style>
background-color css
<style>
a { background-color: #9090CA; }
a { background-color: rgb(144,144,202); }
div.DivClassName
{
background-color: #9090CA;
}
.BgClassName
{
background-color: #9090CA;
}
</style>
border-color css
<style>
span { border-color: #9090CA; }
span { border-color: rgb(144,144,202); }
td.TdClassName
{
border-color: #9090CA;
}
.TagClassName
{
border-color: #9090CA;
}
</style>