Shades of Blue Bell #9AA0D7
Tints of Blue Bell #9AA0D7
RGB
CMYK
RGB Variations
Color information
#9AA0D7 (or 0x9AA0D7) is known color: Blue Bell. HEX triplet: 9A, A0 and D7. RGB value is (154,160,215). Sum of RGB (Red+Green+Blue) = 154+160+215=529 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.11% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 215 - color contains mainly: blue. Hex color #9AA0D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA0D7 is #655F28. Grayscale: #A4A4A4. Windows color (decimal): -6643497 or 14131354. OLE color: 14131354.
HSL color Cylindrical-coordinate representation of color #9AA0D7: hue angle of 234.1º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9AA0D7 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 160 | 215 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.16 |
| HSL | 234.1º | 0.43% | 0.72% | - |
| HSV(B) | 234.1º | 0.28% | 0.84% | - |
| XYZ | 38.16 | 36.92 | 69.4 | - |
| YUV | 164.48 | 156.51 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 160 | 215 | 0.28 | 0.26 | 0 | 0.16 | 234.1 | 0.43 | 0.72 |
| Hex | 9A | A0 | D7 | 1C | 1A | 0 | 10 | EA | 2B | 48 |
| Octal | 232 | 240 | 327 | 34 | 32 | 0 | 20 | 352 | 53 | 110 |
| Binary | 10011010 | 10100000 | 11010111 | 11100 | 11010 | 0 | 10000 | 11101010 | 101011 | 1001000 |
Color Harmonies of #9AA0D7
Complementary color
Monochromatic Colors of #9AA0D7
Black with #9AA0D7
Text Example
Text Example
White with #9AA0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA0D7; }
p { color: rgb(154,160,215); }
H1.HeaderClassName
{
color: #9AA0D7;
}
.AnyTagClassName
{
color: #9AA0D7;
}
</style>
background-color css
<style>
a { background-color: #9AA0D7; }
a { background-color: rgb(154,160,215); }
div.DivClassName
{
background-color: #9AA0D7;
}
.BgClassName
{
background-color: #9AA0D7;
}
</style>
border-color css
<style>
span { border-color: #9AA0D7; }
span { border-color: rgb(154,160,215); }
td.TdClassName
{
border-color: #9AA0D7;
}
.TagClassName
{
border-color: #9AA0D7;
}
</style>