Shades of Rock Blue #9BA9BB
Tints of Rock Blue #9BA9BB
RGB
CMYK
RGB Variations
Color information
#9BA9BB (or 0x9BA9BB) is known color: Rock Blue. HEX triplet: 9B, A9 and BB. RGB value is (155,169,187). Sum of RGB (Red+Green+Blue) = 155+169+187=511 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.33% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 187 - color contains mainly: blue. Hex color #9BA9BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA9BB is #645644. Grayscale: #A6A6A6. Windows color (decimal): -6575685 or 12298651. OLE color: 12298651.
HSL color Cylindrical-coordinate representation of color #9BA9BB: hue angle of 213.75º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9BA9BB is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 169 | 187 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.27 |
| HSL | 213.75º | 0.19% | 0.67% | - |
| HSV(B) | 213.75º | 0.17% | 0.73% | - |
| XYZ | 36.68 | 38.93 | 52.6 | - |
| YUV | 166.87 | 139.36 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 169 | 187 | 0.17 | 0.10 | 0 | 0.27 | 213.75 | 0.19 | 0.67 |
| Hex | 9B | A9 | BB | 11 | A | 0 | 1B | D6 | 13 | 43 |
| Octal | 233 | 251 | 273 | 21 | 12 | 0 | 33 | 326 | 23 | 103 |
| Binary | 10011011 | 10101001 | 10111011 | 10001 | 1010 | 0 | 11011 | 11010110 | 10011 | 1000011 |
Color Harmonies of #9BA9BB
Complementary color
Monochromatic Colors of #9BA9BB
Black with #9BA9BB
Text Example
Text Example
White with #9BA9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA9BB; }
p { color: rgb(155,169,187); }
H1.HeaderClassName
{
color: #9BA9BB;
}
.AnyTagClassName
{
color: #9BA9BB;
}
</style>
background-color css
<style>
a { background-color: #9BA9BB; }
a { background-color: rgb(155,169,187); }
div.DivClassName
{
background-color: #9BA9BB;
}
.BgClassName
{
background-color: #9BA9BB;
}
</style>
border-color css
<style>
span { border-color: #9BA9BB; }
span { border-color: rgb(155,169,187); }
td.TdClassName
{
border-color: #9BA9BB;
}
.TagClassName
{
border-color: #9BA9BB;
}
</style>