Shades of Hit Grey #9BA8A5
Tints of Hit Grey #9BA8A5
RGB
CMYK
RGB Variations
Color information
#9BA8A5 (or 0x9BA8A5) is known color: Hit Grey. HEX triplet: 9B, A8 and A5. RGB value is (155,168,165). Sum of RGB (Red+Green+Blue) = 155+168+165=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 165 (64.84% from 255 or 33.81% from 488); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA8A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA8A5 is #64575A. Grayscale: #A3A3A3. Windows color (decimal): -6575963 or 10856603. OLE color: 10856603.
HSL color Cylindrical-coordinate representation of color #9BA8A5: hue angle of 166.15º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9BA8A5 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 168 | 165 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.34 |
| HSL | 166.15º | 0.07% | 0.63% | - |
| HSV(B) | 166.15º | 0.08% | 0.66% | - |
| XYZ | 34.31 | 37.69 | 41.06 | - |
| YUV | 163.77 | 128.69 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 168 | 165 | 0.08 | 0 | 0.02 | 0.34 | 166.15 | 0.07 | 0.63 |
| Hex | 9B | A8 | A5 | 8 | 0 | 2 | 22 | A6 | 7 | 3F |
| Octal | 233 | 250 | 245 | 10 | 0 | 2 | 42 | 246 | 7 | 77 |
| Binary | 10011011 | 10101000 | 10100101 | 1000 | 0 | 10 | 100010 | 10100110 | 111 | 111111 |
Color Harmonies of #9BA8A5
Complementary color
Monochromatic Colors of #9BA8A5
Black with #9BA8A5
Text Example
Text Example
White with #9BA8A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA8A5; }
p { color: rgb(155,168,165); }
H1.HeaderClassName
{
color: #9BA8A5;
}
.AnyTagClassName
{
color: #9BA8A5;
}
</style>
background-color css
<style>
a { background-color: #9BA8A5; }
a { background-color: rgb(155,168,165); }
div.DivClassName
{
background-color: #9BA8A5;
}
.BgClassName
{
background-color: #9BA8A5;
}
</style>
border-color css
<style>
span { border-color: #9BA8A5; }
span { border-color: rgb(155,168,165); }
td.TdClassName
{
border-color: #9BA8A5;
}
.TagClassName
{
border-color: #9BA8A5;
}
</style>