Shades of Grey Chateau #9BA7B1
Tints of Grey Chateau #9BA7B1
RGB
CMYK
RGB Variations
Color information
#9BA7B1 (or 0x9BA7B1) is known color: Grey Chateau. HEX triplet: 9B, A7 and B1. RGB value is (155,167,177). Sum of RGB (Red+Green+Blue) = 155+167+177=499 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31.06% from 499); Green value is 167 (65.62% from 255 or 33.47% from 499); Blue value is 177 (69.53% from 255 or 35.47% from 499); Max value from RGB is 177 - color contains mainly: blue. Hex color #9BA7B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA7B1 is #64584E. Grayscale: #A4A4A4. Windows color (decimal): -6576207 or 11642779. OLE color: 11642779.
HSL color Cylindrical-coordinate representation of color #9BA7B1: hue angle of 207.27º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9BA7B1 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 167 | 177 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.31 |
| HSL | 207.27º | 0.12% | 0.65% | - |
| HSV(B) | 207.27º | 0.12% | 0.69% | - |
| XYZ | 35.27 | 37.78 | 47.03 | - |
| YUV | 164.55 | 135.02 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 167 | 177 | 0.12 | 0.06 | 0 | 0.31 | 207.27 | 0.12 | 0.65 |
| Hex | 9B | A7 | B1 | C | 6 | 0 | 1F | CF | C | 41 |
| Octal | 233 | 247 | 261 | 14 | 6 | 0 | 37 | 317 | 14 | 101 |
| Binary | 10011011 | 10100111 | 10110001 | 1100 | 110 | 0 | 11111 | 11001111 | 1100 | 1000001 |
Color Harmonies of #9BA7B1
Complementary color
Monochromatic Colors of #9BA7B1
Black with #9BA7B1
Text Example
Text Example
White with #9BA7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA7B1; }
p { color: rgb(155,167,177); }
H1.HeaderClassName
{
color: #9BA7B1;
}
.AnyTagClassName
{
color: #9BA7B1;
}
</style>
background-color css
<style>
a { background-color: #9BA7B1; }
a { background-color: rgb(155,167,177); }
div.DivClassName
{
background-color: #9BA7B1;
}
.BgClassName
{
background-color: #9BA7B1;
}
</style>
border-color css
<style>
span { border-color: #9BA7B1; }
span { border-color: rgb(155,167,177); }
td.TdClassName
{
border-color: #9BA7B1;
}
.TagClassName
{
border-color: #9BA7B1;
}
</style>