Shades of Blue Bell #9AA1CA
Tints of Blue Bell #9AA1CA
RGB
CMYK
RGB Variations
Color information
#9AA1CA (or 0x9AA1CA) is known color: Blue Bell. HEX triplet: 9A, A1 and CA. RGB value is (154,161,202). Sum of RGB (Red+Green+Blue) = 154+161+202=517 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.79% from 517); Green value is 161 (63.28% from 255 or 31.14% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #9AA1CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA1CA is #655E35. Grayscale: #A3A3A3. Windows color (decimal): -6643254 or 13279642. OLE color: 13279642.
HSL color Cylindrical-coordinate representation of color #9AA1CA: hue angle of 231.25º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9AA1CA is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 161 | 202 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.21 |
| HSL | 231.25º | 0.31% | 0.7% | - |
| HSV(B) | 231.25º | 0.24% | 0.79% | - |
| XYZ | 36.73 | 36.62 | 61.01 | - |
| YUV | 163.58 | 149.68 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 161 | 202 | 0.24 | 0.20 | 0 | 0.21 | 231.25 | 0.31 | 0.7 |
| Hex | 9A | A1 | CA | 18 | 14 | 0 | 15 | E7 | 1F | 46 |
| Octal | 232 | 241 | 312 | 30 | 24 | 0 | 25 | 347 | 37 | 106 |
| Binary | 10011010 | 10100001 | 11001010 | 11000 | 10100 | 0 | 10101 | 11100111 | 11111 | 1000110 |
Color Harmonies of #9AA1CA
Complementary color
Monochromatic Colors of #9AA1CA
Black with #9AA1CA
Text Example
Text Example
White with #9AA1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA1CA; }
p { color: rgb(154,161,202); }
H1.HeaderClassName
{
color: #9AA1CA;
}
.AnyTagClassName
{
color: #9AA1CA;
}
</style>
background-color css
<style>
a { background-color: #9AA1CA; }
a { background-color: rgb(154,161,202); }
div.DivClassName
{
background-color: #9AA1CA;
}
.BgClassName
{
background-color: #9AA1CA;
}
</style>
border-color css
<style>
span { border-color: #9AA1CA; }
span { border-color: rgb(154,161,202); }
td.TdClassName
{
border-color: #9AA1CA;
}
.TagClassName
{
border-color: #9AA1CA;
}
</style>