Shades of Rock Blue #9BA9BC
Tints of Rock Blue #9BA9BC
RGB
CMYK
RGB Variations
Color information
#9BA9BC (or 0x9BA9BC) is known color: Rock Blue. HEX triplet: 9B, A9 and BC. RGB value is (155,169,188). Sum of RGB (Red+Green+Blue) = 155+169+188=512 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.27% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 188 - color contains mainly: blue. Hex color #9BA9BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA9BC is #645643. Grayscale: #A6A6A6. Windows color (decimal): -6575684 or 12364187. OLE color: 12364187.
HSL color Cylindrical-coordinate representation of color #9BA9BC: hue angle of 214.55º 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 #9BA9BC is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 169 | 188 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.26 |
| HSL | 214.55º | 0.2% | 0.67% | - |
| HSV(B) | 214.55º | 0.18% | 0.74% | - |
| XYZ | 36.78 | 38.98 | 53.16 | - |
| YUV | 166.98 | 139.86 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 169 | 188 | 0.18 | 0.10 | 0 | 0.26 | 214.55 | 0.2 | 0.67 |
| Hex | 9B | A9 | BC | 12 | A | 0 | 1A | D7 | 14 | 43 |
| Octal | 233 | 251 | 274 | 22 | 12 | 0 | 32 | 327 | 24 | 103 |
| Binary | 10011011 | 10101001 | 10111100 | 10010 | 1010 | 0 | 11010 | 11010111 | 10100 | 1000011 |
Color Harmonies of #9BA9BC
Complementary color
Monochromatic Colors of #9BA9BC
Black with #9BA9BC
Text Example
Text Example
White with #9BA9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA9BC; }
p { color: rgb(155,169,188); }
H1.HeaderClassName
{
color: #9BA9BC;
}
.AnyTagClassName
{
color: #9BA9BC;
}
</style>
background-color css
<style>
a { background-color: #9BA9BC; }
a { background-color: rgb(155,169,188); }
div.DivClassName
{
background-color: #9BA9BC;
}
.BgClassName
{
background-color: #9BA9BC;
}
</style>
border-color css
<style>
span { border-color: #9BA9BC; }
span { border-color: rgb(155,169,188); }
td.TdClassName
{
border-color: #9BA9BC;
}
.TagClassName
{
border-color: #9BA9BC;
}
</style>