Shades of Hit Grey #9BA8A6
Tints of Hit Grey #9BA8A6
RGB
CMYK
RGB Variations
Color information
#9BA8A6 (or 0x9BA8A6) is known color: Hit Grey. HEX triplet: 9B, A8 and A6. RGB value is (155,168,166). Sum of RGB (Red+Green+Blue) = 155+168+166=489 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.70% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 166 (65.23% from 255 or 33.95% from 489); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA8A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA8A6 is #645759. Grayscale: #A3A3A3. Windows color (decimal): -6575962 or 10922139. OLE color: 10922139.
HSL color Cylindrical-coordinate representation of color #9BA8A6: hue angle of 170.77º 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 #9BA8A6 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 168 | 166 | - |
| CMYK | 0.08 | 0 | 0.01 | 0.34 |
| HSL | 170.77º | 0.07% | 0.63% | - |
| HSV(B) | 170.77º | 0.08% | 0.66% | - |
| XYZ | 34.4 | 37.73 | 41.55 | - |
| YUV | 163.89 | 129.19 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 168 | 166 | 0.08 | 0 | 0.01 | 0.34 | 170.77 | 0.07 | 0.63 |
| Hex | 9B | A8 | A6 | 8 | 0 | 1 | 22 | AB | 7 | 3F |
| Octal | 233 | 250 | 246 | 10 | 0 | 1 | 42 | 253 | 7 | 77 |
| Binary | 10011011 | 10101000 | 10100110 | 1000 | 0 | 1 | 100010 | 10101011 | 111 | 111111 |
Color Harmonies of #9BA8A6
Complementary color
Monochromatic Colors of #9BA8A6
Black with #9BA8A6
Text Example
Text Example
White with #9BA8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA8A6; }
p { color: rgb(155,168,166); }
H1.HeaderClassName
{
color: #9BA8A6;
}
.AnyTagClassName
{
color: #9BA8A6;
}
</style>
background-color css
<style>
a { background-color: #9BA8A6; }
a { background-color: rgb(155,168,166); }
div.DivClassName
{
background-color: #9BA8A6;
}
.BgClassName
{
background-color: #9BA8A6;
}
</style>
border-color css
<style>
span { border-color: #9BA8A6; }
span { border-color: rgb(155,168,166); }
td.TdClassName
{
border-color: #9BA8A6;
}
.TagClassName
{
border-color: #9BA8A6;
}
</style>