Shades of Rock Blue #9BABBD
Tints of Rock Blue #9BABBD
RGB
CMYK
RGB Variations
Color information
#9BABBD (or 0x9BABBD) is known color: Rock Blue. HEX triplet: 9B, AB and BD. RGB value is (155,171,189). Sum of RGB (Red+Green+Blue) = 155+171+189=515 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.10% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 189 - color contains mainly: blue. Hex color #9BABBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BABBD is #645442. Grayscale: #A8A8A8. Windows color (decimal): -6575171 or 12430235. OLE color: 12430235.
HSL color Cylindrical-coordinate representation of color #9BABBD: hue angle of 211.76º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BABBD is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 171 | 189 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.26 |
| HSL | 211.76º | 0.2% | 0.67% | - |
| HSV(B) | 211.76º | 0.18% | 0.74% | - |
| XYZ | 37.27 | 39.77 | 53.86 | - |
| YUV | 168.27 | 139.7 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 171 | 189 | 0.18 | 0.10 | 0 | 0.26 | 211.76 | 0.2 | 0.67 |
| Hex | 9B | AB | BD | 12 | A | 0 | 1A | D4 | 14 | 43 |
| Octal | 233 | 253 | 275 | 22 | 12 | 0 | 32 | 324 | 24 | 103 |
| Binary | 10011011 | 10101011 | 10111101 | 10010 | 1010 | 0 | 11010 | 11010100 | 10100 | 1000011 |
Color Harmonies of #9BABBD
Complementary color
Monochromatic Colors of #9BABBD
Black with #9BABBD
Text Example
Text Example
White with #9BABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BABBD; }
p { color: rgb(155,171,189); }
H1.HeaderClassName
{
color: #9BABBD;
}
.AnyTagClassName
{
color: #9BABBD;
}
</style>
background-color css
<style>
a { background-color: #9BABBD; }
a { background-color: rgb(155,171,189); }
div.DivClassName
{
background-color: #9BABBD;
}
.BgClassName
{
background-color: #9BABBD;
}
</style>
border-color css
<style>
span { border-color: #9BABBD; }
span { border-color: rgb(155,171,189); }
td.TdClassName
{
border-color: #9BABBD;
}
.TagClassName
{
border-color: #9BABBD;
}
</style>