Shades of Blue Bell #9BA1CD
Tints of Blue Bell #9BA1CD
RGB
CMYK
RGB Variations
Color information
#9BA1CD (or 0x9BA1CD) is known color: Blue Bell. HEX triplet: 9B, A1 and CD. RGB value is (155,161,205). Sum of RGB (Red+Green+Blue) = 155+161+205=521 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.75% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #9BA1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA1CD is #645E32. Grayscale: #A4A4A4. Windows color (decimal): -6577715 or 13476251. OLE color: 13476251.
HSL color Cylindrical-coordinate representation of color #9BA1CD: hue angle of 232.8º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BA1CD is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 161 | 205 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.20 |
| HSL | 232.8º | 0.33% | 0.71% | - |
| HSV(B) | 232.8º | 0.24% | 0.8% | - |
| XYZ | 37.28 | 36.87 | 62.91 | - |
| YUV | 164.22 | 151.01 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 161 | 205 | 0.24 | 0.21 | 0 | 0.20 | 232.8 | 0.33 | 0.71 |
| Hex | 9B | A1 | CD | 18 | 15 | 0 | 14 | E9 | 21 | 47 |
| Octal | 233 | 241 | 315 | 30 | 25 | 0 | 24 | 351 | 41 | 107 |
| Binary | 10011011 | 10100001 | 11001101 | 11000 | 10101 | 0 | 10100 | 11101001 | 100001 | 1000111 |
Color Harmonies of #9BA1CD
Complementary color
Monochromatic Colors of #9BA1CD
Black with #9BA1CD
Text Example
Text Example
White with #9BA1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA1CD; }
p { color: rgb(155,161,205); }
H1.HeaderClassName
{
color: #9BA1CD;
}
.AnyTagClassName
{
color: #9BA1CD;
}
</style>
background-color css
<style>
a { background-color: #9BA1CD; }
a { background-color: rgb(155,161,205); }
div.DivClassName
{
background-color: #9BA1CD;
}
.BgClassName
{
background-color: #9BA1CD;
}
</style>
border-color css
<style>
span { border-color: #9BA1CD; }
span { border-color: rgb(155,161,205); }
td.TdClassName
{
border-color: #9BA1CD;
}
.TagClassName
{
border-color: #9BA1CD;
}
</style>