Shades of Rock Blue #9BA7B9
Tints of Rock Blue #9BA7B9
RGB
CMYK
RGB Variations
Color information
#9BA7B9 (or 0x9BA7B9) is known color: Rock Blue. HEX triplet: 9B, A7 and B9. RGB value is (155,167,185). Sum of RGB (Red+Green+Blue) = 155+167+185=507 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.57% from 507); Green value is 167 (65.62% from 255 or 32.94% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 185 - color contains mainly: blue. Hex color #9BA7B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA7B9 is #645846. Grayscale: #A5A5A5. Windows color (decimal): -6576199 or 12167067. OLE color: 12167067.
HSL color Cylindrical-coordinate representation of color #9BA7B9: hue angle of 216º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9BA7B9 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 167 | 185 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.27 |
| HSL | 216º | 0.18% | 0.67% | - |
| HSV(B) | 216º | 0.16% | 0.73% | - |
| XYZ | 36.09 | 38.11 | 51.35 | - |
| YUV | 165.46 | 139.02 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 167 | 185 | 0.16 | 0.10 | 0 | 0.27 | 216 | 0.18 | 0.67 |
| Hex | 9B | A7 | B9 | 10 | A | 0 | 1B | D8 | 12 | 43 |
| Octal | 233 | 247 | 271 | 20 | 12 | 0 | 33 | 330 | 22 | 103 |
| Binary | 10011011 | 10100111 | 10111001 | 10000 | 1010 | 0 | 11011 | 11011000 | 10010 | 1000011 |
Color Harmonies of #9BA7B9
Complementary color
Monochromatic Colors of #9BA7B9
Black with #9BA7B9
Text Example
Text Example
White with #9BA7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA7B9; }
p { color: rgb(155,167,185); }
H1.HeaderClassName
{
color: #9BA7B9;
}
.AnyTagClassName
{
color: #9BA7B9;
}
</style>
background-color css
<style>
a { background-color: #9BA7B9; }
a { background-color: rgb(155,167,185); }
div.DivClassName
{
background-color: #9BA7B9;
}
.BgClassName
{
background-color: #9BA7B9;
}
</style>
border-color css
<style>
span { border-color: #9BA7B9; }
span { border-color: rgb(155,167,185); }
td.TdClassName
{
border-color: #9BA7B9;
}
.TagClassName
{
border-color: #9BA7B9;
}
</style>