Shades of Rock Blue #9BA5BB
Tints of Rock Blue #9BA5BB
RGB
CMYK
RGB Variations
Color information
#9BA5BB (or 0x9BA5BB) is known color: Rock Blue. HEX triplet: 9B, A5 and BB. RGB value is (155,165,187). Sum of RGB (Red+Green+Blue) = 155+165+187=507 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.57% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 187 - color contains mainly: blue. Hex color #9BA5BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA5BB is #645A44. Grayscale: #A4A4A4. Windows color (decimal): -6576709 or 12297627. OLE color: 12297627.
HSL color Cylindrical-coordinate representation of color #9BA5BB: hue angle of 221.25º 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 #9BA5BB is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 165 | 187 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.27 |
| HSL | 221.25º | 0.19% | 0.67% | - |
| HSV(B) | 221.25º | 0.17% | 0.73% | - |
| XYZ | 35.94 | 37.47 | 52.35 | - |
| YUV | 164.52 | 140.69 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 165 | 187 | 0.17 | 0.12 | 0 | 0.27 | 221.25 | 0.19 | 0.67 |
| Hex | 9B | A5 | BB | 11 | C | 0 | 1B | DD | 13 | 43 |
| Octal | 233 | 245 | 273 | 21 | 14 | 0 | 33 | 335 | 23 | 103 |
| Binary | 10011011 | 10100101 | 10111011 | 10001 | 1100 | 0 | 11011 | 11011101 | 10011 | 1000011 |
Color Harmonies of #9BA5BB
Complementary color
Monochromatic Colors of #9BA5BB
Black with #9BA5BB
Text Example
Text Example
White with #9BA5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA5BB; }
p { color: rgb(155,165,187); }
H1.HeaderClassName
{
color: #9BA5BB;
}
.AnyTagClassName
{
color: #9BA5BB;
}
</style>
background-color css
<style>
a { background-color: #9BA5BB; }
a { background-color: rgb(155,165,187); }
div.DivClassName
{
background-color: #9BA5BB;
}
.BgClassName
{
background-color: #9BA5BB;
}
</style>
border-color css
<style>
span { border-color: #9BA5BB; }
span { border-color: rgb(155,165,187); }
td.TdClassName
{
border-color: #9BA5BB;
}
.TagClassName
{
border-color: #9BA5BB;
}
</style>