Shades of Rock Blue #9BA9BE
Tints of Rock Blue #9BA9BE
RGB
CMYK
RGB Variations
Color information
#9BA9BE (or 0x9BA9BE) is known color: Rock Blue. HEX triplet: 9B, A9 and BE. RGB value is (155,169,190). Sum of RGB (Red+Green+Blue) = 155+169+190=514 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.16% from 514); Green value is 169 (66.41% from 255 or 32.88% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 190 - color contains mainly: blue. Hex color #9BA9BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA9BE is #645641. Grayscale: #A7A7A7. Windows color (decimal): -6575682 or 12495259. OLE color: 12495259.
HSL color Cylindrical-coordinate representation of color #9BA9BE: hue angle of 216º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BA9BE is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 169 | 190 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.25 |
| HSL | 216º | 0.21% | 0.68% | - |
| HSV(B) | 216º | 0.18% | 0.75% | - |
| XYZ | 37 | 39.06 | 54.3 | - |
| YUV | 167.21 | 140.86 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 169 | 190 | 0.18 | 0.11 | 0 | 0.25 | 216 | 0.21 | 0.68 |
| Hex | 9B | A9 | BE | 12 | B | 0 | 19 | D8 | 15 | 44 |
| Octal | 233 | 251 | 276 | 22 | 13 | 0 | 31 | 330 | 25 | 104 |
| Binary | 10011011 | 10101001 | 10111110 | 10010 | 1011 | 0 | 11001 | 11011000 | 10101 | 1000100 |
Color Harmonies of #9BA9BE
Complementary color
Monochromatic Colors of #9BA9BE
Black with #9BA9BE
Text Example
Text Example
White with #9BA9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA9BE; }
p { color: rgb(155,169,190); }
H1.HeaderClassName
{
color: #9BA9BE;
}
.AnyTagClassName
{
color: #9BA9BE;
}
</style>
background-color css
<style>
a { background-color: #9BA9BE; }
a { background-color: rgb(155,169,190); }
div.DivClassName
{
background-color: #9BA9BE;
}
.BgClassName
{
background-color: #9BA9BE;
}
</style>
border-color css
<style>
span { border-color: #9BA9BE; }
span { border-color: rgb(155,169,190); }
td.TdClassName
{
border-color: #9BA9BE;
}
.TagClassName
{
border-color: #9BA9BE;
}
</style>