Shades of Blue Bell #9095CA
Tints of Blue Bell #9095CA
RGB
CMYK
RGB Variations
Color information
#9095CA (or 0x9095CA) is known color: Blue Bell. HEX triplet: 90, 95 and CA. RGB value is (144,149,202). Sum of RGB (Red+Green+Blue) = 144+149+202=495 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.09% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #9095CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9095CA is #6F6A35. Grayscale: #999999. Windows color (decimal): -7301686 or 13276560. OLE color: 13276560.
HSL color Cylindrical-coordinate representation of color #9095CA: hue angle of 234.83º 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 #9095CA is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 149 | 202 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.21 |
| HSL | 234.83º | 0.35% | 0.68% | - |
| HSV(B) | 234.83º | 0.29% | 0.79% | - |
| XYZ | 32.91 | 31.69 | 60.26 | - |
| YUV | 153.55 | 155.34 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 149 | 202 | 0.29 | 0.26 | 0 | 0.21 | 234.83 | 0.35 | 0.68 |
| Hex | 90 | 95 | CA | 1D | 1A | 0 | 15 | EB | 23 | 44 |
| Octal | 220 | 225 | 312 | 35 | 32 | 0 | 25 | 353 | 43 | 104 |
| Binary | 10010000 | 10010101 | 11001010 | 11101 | 11010 | 0 | 10101 | 11101011 | 100011 | 1000100 |
Color Harmonies of #9095CA
Complementary color
Monochromatic Colors of #9095CA
Black with #9095CA
Text Example
Text Example
White with #9095CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9095CA; }
p { color: rgb(144,149,202); }
H1.HeaderClassName
{
color: #9095CA;
}
.AnyTagClassName
{
color: #9095CA;
}
</style>
background-color css
<style>
a { background-color: #9095CA; }
a { background-color: rgb(144,149,202); }
div.DivClassName
{
background-color: #9095CA;
}
.BgClassName
{
background-color: #9095CA;
}
</style>
border-color css
<style>
span { border-color: #9095CA; }
span { border-color: rgb(144,149,202); }
td.TdClassName
{
border-color: #9095CA;
}
.TagClassName
{
border-color: #9095CA;
}
</style>