Shades of Blue Bell #9BA0DA
Tints of Blue Bell #9BA0DA
RGB
CMYK
RGB Variations
Color information
#9BA0DA (or 0x9BA0DA) is known color: Blue Bell. HEX triplet: 9B, A0 and DA. RGB value is (155,160,218). Sum of RGB (Red+Green+Blue) = 155+160+218=533 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.08% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #9BA0DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA0DA is #645F25. Grayscale: #A4A4A4. Windows color (decimal): -6577958 or 14327963. OLE color: 14327963.
HSL color Cylindrical-coordinate representation of color #9BA0DA: hue angle of 235.24º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BA0DA is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 160 | 218 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.15 |
| HSL | 235.24º | 0.46% | 0.73% | - |
| HSV(B) | 235.24º | 0.29% | 0.85% | - |
| XYZ | 38.74 | 37.17 | 71.46 | - |
| YUV | 165.12 | 157.84 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 160 | 218 | 0.29 | 0.27 | 0 | 0.15 | 235.24 | 0.46 | 0.73 |
| Hex | 9B | A0 | DA | 1D | 1B | 0 | F | EB | 2E | 49 |
| Octal | 233 | 240 | 332 | 35 | 33 | 0 | 17 | 353 | 56 | 111 |
| Binary | 10011011 | 10100000 | 11011010 | 11101 | 11011 | 0 | 1111 | 11101011 | 101110 | 1001001 |
Color Harmonies of #9BA0DA
Complementary color
Monochromatic Colors of #9BA0DA
Black with #9BA0DA
Text Example
Text Example
White with #9BA0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA0DA; }
p { color: rgb(155,160,218); }
H1.HeaderClassName
{
color: #9BA0DA;
}
.AnyTagClassName
{
color: #9BA0DA;
}
</style>
background-color css
<style>
a { background-color: #9BA0DA; }
a { background-color: rgb(155,160,218); }
div.DivClassName
{
background-color: #9BA0DA;
}
.BgClassName
{
background-color: #9BA0DA;
}
</style>
border-color css
<style>
span { border-color: #9BA0DA; }
span { border-color: rgb(155,160,218); }
td.TdClassName
{
border-color: #9BA0DA;
}
.TagClassName
{
border-color: #9BA0DA;
}
</style>