Shades of Grey Chateau #9BA5B1
Tints of Grey Chateau #9BA5B1
RGB
CMYK
RGB Variations
Color information
#9BA5B1 (or 0x9BA5B1) is known color: Grey Chateau. HEX triplet: 9B, A5 and B1. RGB value is (155,165,177). Sum of RGB (Red+Green+Blue) = 155+165+177=497 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.19% from 497); Green value is 165 (64.84% from 255 or 33.20% from 497); Blue value is 177 (69.53% from 255 or 35.61% from 497); Max value from RGB is 177 - color contains mainly: blue. Hex color #9BA5B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA5B1 is #645A4E. Grayscale: #A3A3A3. Windows color (decimal): -6576719 or 11642267. OLE color: 11642267.
HSL color Cylindrical-coordinate representation of color #9BA5B1: hue angle of 212.73º 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 #9BA5B1 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 165 | 177 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.31 |
| HSL | 212.73º | 0.12% | 0.65% | - |
| HSV(B) | 212.73º | 0.12% | 0.69% | - |
| XYZ | 34.91 | 37.05 | 46.91 | - |
| YUV | 163.38 | 135.69 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 165 | 177 | 0.12 | 0.07 | 0 | 0.31 | 212.73 | 0.12 | 0.65 |
| Hex | 9B | A5 | B1 | C | 7 | 0 | 1F | D5 | C | 41 |
| Octal | 233 | 245 | 261 | 14 | 7 | 0 | 37 | 325 | 14 | 101 |
| Binary | 10011011 | 10100101 | 10110001 | 1100 | 111 | 0 | 11111 | 11010101 | 1100 | 1000001 |
Color Harmonies of #9BA5B1
Complementary color
Monochromatic Colors of #9BA5B1
Black with #9BA5B1
Text Example
Text Example
White with #9BA5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA5B1; }
p { color: rgb(155,165,177); }
H1.HeaderClassName
{
color: #9BA5B1;
}
.AnyTagClassName
{
color: #9BA5B1;
}
</style>
background-color css
<style>
a { background-color: #9BA5B1; }
a { background-color: rgb(155,165,177); }
div.DivClassName
{
background-color: #9BA5B1;
}
.BgClassName
{
background-color: #9BA5B1;
}
</style>
border-color css
<style>
span { border-color: #9BA5B1; }
span { border-color: rgb(155,165,177); }
td.TdClassName
{
border-color: #9BA5B1;
}
.TagClassName
{
border-color: #9BA5B1;
}
</style>