Shades of Rock Blue #9BA3BD
Tints of Rock Blue #9BA3BD
RGB
CMYK
RGB Variations
Color information
#9BA3BD (or 0x9BA3BD) is known color: Rock Blue. HEX triplet: 9B, A3 and BD. RGB value is (155,163,189). Sum of RGB (Red+Green+Blue) = 155+163+189=507 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.57% from 507); Green value is 163 (64.06% from 255 or 32.15% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 189 - color contains mainly: blue. Hex color #9BA3BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA3BD is #645C42. Grayscale: #A3A3A3. Windows color (decimal): -6577219 or 12428187. OLE color: 12428187.
HSL color Cylindrical-coordinate representation of color #9BA3BD: hue angle of 225.88º 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 #9BA3BD is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 163 | 189 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.26 |
| HSL | 225.88º | 0.2% | 0.67% | - |
| HSV(B) | 225.88º | 0.18% | 0.74% | - |
| XYZ | 35.8 | 36.84 | 53.37 | - |
| YUV | 163.57 | 142.35 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 163 | 189 | 0.18 | 0.14 | 0 | 0.26 | 225.88 | 0.2 | 0.67 |
| Hex | 9B | A3 | BD | 12 | E | 0 | 1A | E2 | 14 | 43 |
| Octal | 233 | 243 | 275 | 22 | 16 | 0 | 32 | 342 | 24 | 103 |
| Binary | 10011011 | 10100011 | 10111101 | 10010 | 1110 | 0 | 11010 | 11100010 | 10100 | 1000011 |
Color Harmonies of #9BA3BD
Complementary color
Monochromatic Colors of #9BA3BD
Black with #9BA3BD
Text Example
Text Example
White with #9BA3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA3BD; }
p { color: rgb(155,163,189); }
H1.HeaderClassName
{
color: #9BA3BD;
}
.AnyTagClassName
{
color: #9BA3BD;
}
</style>
background-color css
<style>
a { background-color: #9BA3BD; }
a { background-color: rgb(155,163,189); }
div.DivClassName
{
background-color: #9BA3BD;
}
.BgClassName
{
background-color: #9BA3BD;
}
</style>
border-color css
<style>
span { border-color: #9BA3BD; }
span { border-color: rgb(155,163,189); }
td.TdClassName
{
border-color: #9BA3BD;
}
.TagClassName
{
border-color: #9BA3BD;
}
</style>