Shades of Hit Grey #9BACAD
Tints of Hit Grey #9BACAD
RGB
CMYK
RGB Variations
Color information
#9BACAD (or 0x9BACAD) is known color: Hit Grey. HEX triplet: 9B, AC and AD. RGB value is (155,172,173). Sum of RGB (Red+Green+Blue) = 155+172+173=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 173 - color contains mainly: blue. Hex color #9BACAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BACAD is #645352. Grayscale: #A7A7A7. Windows color (decimal): -6574931 or 11381915. OLE color: 11381915.
HSL color Cylindrical-coordinate representation of color #9BACAD: hue angle of 183.33º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9BACAD is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 172 | 173 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.32 |
| HSL | 183.33º | 0.1% | 0.64% | - |
| HSV(B) | 183.33º | 0.1% | 0.68% | - |
| XYZ | 35.81 | 39.49 | 45.27 | - |
| YUV | 167.03 | 131.37 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 173 | 0.10 | 0.01 | 0 | 0.32 | 183.33 | 0.1 | 0.64 |
| Hex | 9B | AC | AD | A | 1 | 0 | 20 | B7 | A | 40 |
| Octal | 233 | 254 | 255 | 12 | 1 | 0 | 40 | 267 | 12 | 100 |
| Binary | 10011011 | 10101100 | 10101101 | 1010 | 1 | 0 | 100000 | 10110111 | 1010 | 1000000 |
Color Harmonies of #9BACAD
Complementary color
Monochromatic Colors of #9BACAD
Black with #9BACAD
Text Example
Text Example
White with #9BACAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BACAD; }
p { color: rgb(155,172,173); }
H1.HeaderClassName
{
color: #9BACAD;
}
.AnyTagClassName
{
color: #9BACAD;
}
</style>
background-color css
<style>
a { background-color: #9BACAD; }
a { background-color: rgb(155,172,173); }
div.DivClassName
{
background-color: #9BACAD;
}
.BgClassName
{
background-color: #9BACAD;
}
</style>
border-color css
<style>
span { border-color: #9BACAD; }
span { border-color: rgb(155,172,173); }
td.TdClassName
{
border-color: #9BACAD;
}
.TagClassName
{
border-color: #9BACAD;
}
</style>