Shades of Grey Chateau #9BA5AF
Tints of Grey Chateau #9BA5AF
RGB
CMYK
RGB Variations
Color information
#9BA5AF (or 0x9BA5AF) is known color: Grey Chateau. HEX triplet: 9B, A5 and AF. RGB value is (155,165,175). Sum of RGB (Red+Green+Blue) = 155+165+175=495 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.31% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 175 - color contains mainly: blue. Hex color #9BA5AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA5AF is #645A50. Grayscale: #A3A3A3. Windows color (decimal): -6576721 or 11511195. OLE color: 11511195.
HSL color Cylindrical-coordinate representation of color #9BA5AF: hue angle of 210º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9BA5AF is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 155 | 165 | 175 | - |
CMYK | 0.11 | 0.06 | 0 | 0.31 |
HSL | 210º | 0.11% | 0.65% | - |
HSV(B) | 210º | 0.11% | 0.69% | - |
XYZ | 34.71 | 36.97 | 45.86 | - |
YUV | 163.15 | 134.69 | 122.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 155 | 165 | 175 | 0.11 | 0.06 | 0 | 0.31 | 210 | 0.11 | 0.65 |
Hex | 9B | A5 | AF | B | 6 | 0 | 1F | D2 | B | 41 |
Octal | 233 | 245 | 257 | 13 | 6 | 0 | 37 | 322 | 13 | 101 |
Binary | 10011011 | 10100101 | 10101111 | 1011 | 110 | 0 | 11111 | 11010010 | 1011 | 1000001 |
Color Harmonies of #9BA5AF
Complementary color
Monochromatic Colors of #9BA5AF
Black with #9BA5AF
Text Example
Text Example
White with #9BA5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA5AF; }
p { color: rgb(155,165,175); }
H1.HeaderClassName
{
color: #9BA5AF;
}
.AnyTagClassName
{
color: #9BA5AF;
}
</style>
background-color css
<style>
a { background-color: #9BA5AF; }
a { background-color: rgb(155,165,175); }
div.DivClassName
{
background-color: #9BA5AF;
}
.BgClassName
{
background-color: #9BA5AF;
}
</style>
border-color css
<style>
span { border-color: #9BA5AF; }
span { border-color: rgb(155,165,175); }
td.TdClassName
{
border-color: #9BA5AF;
}
.TagClassName
{
border-color: #9BA5AF;
}
</style>