Shades of Blue Bell #9090C3
Tints of Blue Bell #9090C3
RGB
CMYK
RGB Variations
Color information
#9090C3 (or 0x9090C3) is known color: Blue Bell. HEX triplet: 90, 90 and C3. RGB value is (144,144,195). Sum of RGB (Red+Green+Blue) = 144+144+195=483 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.81% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 195 (76.56% from 255 or 40.37% from 483); Max value from RGB is 195 - color contains mainly: blue. Hex color #9090C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9090C3 is #6F6F3C. Grayscale: #959595. Windows color (decimal): -7302973 or 12816528. OLE color: 12816528.
HSL color Cylindrical-coordinate representation of color #9090C3: hue angle of 240º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9090C3 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 144 | 195 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.24 |
| HSL | 240º | 0.3% | 0.66% | - |
| HSV(B) | 240º | 0.26% | 0.76% | - |
| XYZ | 31.33 | 29.82 | 55.73 | - |
| YUV | 149.81 | 153.5 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 144 | 195 | 0.26 | 0.26 | 0 | 0.24 | 240 | 0.3 | 0.66 |
| Hex | 90 | 90 | C3 | 1A | 1A | 0 | 18 | F0 | 1E | 42 |
| Octal | 220 | 220 | 303 | 32 | 32 | 0 | 30 | 360 | 36 | 102 |
| Binary | 10010000 | 10010000 | 11000011 | 11010 | 11010 | 0 | 11000 | 11110000 | 11110 | 1000010 |
Color Harmonies of #9090C3
Complementary color
Monochromatic Colors of #9090C3
Black with #9090C3
Text Example
Text Example
White with #9090C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9090C3; }
p { color: rgb(144,144,195); }
H1.HeaderClassName
{
color: #9090C3;
}
.AnyTagClassName
{
color: #9090C3;
}
</style>
background-color css
<style>
a { background-color: #9090C3; }
a { background-color: rgb(144,144,195); }
div.DivClassName
{
background-color: #9090C3;
}
.BgClassName
{
background-color: #9090C3;
}
</style>
border-color css
<style>
span { border-color: #9090C3; }
span { border-color: rgb(144,144,195); }
td.TdClassName
{
border-color: #9090C3;
}
.TagClassName
{
border-color: #9090C3;
}
</style>