Shades of Rock Blue #9BA2BE
Tints of Rock Blue #9BA2BE
RGB
CMYK
RGB Variations
Color information
#9BA2BE (or 0x9BA2BE) is known color: Rock Blue. HEX triplet: 9B, A2 and BE. RGB value is (155,162,190). Sum of RGB (Red+Green+Blue) = 155+162+190=507 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.57% from 507); Green value is 162 (63.67% from 255 or 31.95% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 190 - color contains mainly: blue. Hex color #9BA2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA2BE is #645D41. Grayscale: #A2A2A2. Windows color (decimal): -6577474 or 12493467. OLE color: 12493467.
HSL color Cylindrical-coordinate representation of color #9BA2BE: hue angle of 228º 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 #9BA2BE is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 162 | 190 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.25 |
| HSL | 228º | 0.21% | 0.68% | - |
| HSV(B) | 228º | 0.18% | 0.75% | - |
| XYZ | 35.73 | 36.53 | 53.88 | - |
| YUV | 163.1 | 143.18 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 162 | 190 | 0.18 | 0.15 | 0 | 0.25 | 228 | 0.21 | 0.68 |
| Hex | 9B | A2 | BE | 12 | F | 0 | 19 | E4 | 15 | 44 |
| Octal | 233 | 242 | 276 | 22 | 17 | 0 | 31 | 344 | 25 | 104 |
| Binary | 10011011 | 10100010 | 10111110 | 10010 | 1111 | 0 | 11001 | 11100100 | 10101 | 1000100 |
Color Harmonies of #9BA2BE
Complementary color
Monochromatic Colors of #9BA2BE
Black with #9BA2BE
Text Example
Text Example
White with #9BA2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA2BE; }
p { color: rgb(155,162,190); }
H1.HeaderClassName
{
color: #9BA2BE;
}
.AnyTagClassName
{
color: #9BA2BE;
}
</style>
background-color css
<style>
a { background-color: #9BA2BE; }
a { background-color: rgb(155,162,190); }
div.DivClassName
{
background-color: #9BA2BE;
}
.BgClassName
{
background-color: #9BA2BE;
}
</style>
border-color css
<style>
span { border-color: #9BA2BE; }
span { border-color: rgb(155,162,190); }
td.TdClassName
{
border-color: #9BA2BE;
}
.TagClassName
{
border-color: #9BA2BE;
}
</style>