Shades of Rock Blue #9BA5B5
Tints of Rock Blue #9BA5B5
RGB
CMYK
RGB Variations
Color information
#9BA5B5 (or 0x9BA5B5) is known color: Rock Blue. HEX triplet: 9B, A5 and B5. RGB value is (155,165,181). Sum of RGB (Red+Green+Blue) = 155+165+181=501 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.94% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 181 - color contains mainly: blue. Hex color #9BA5B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA5B5 is #645A4A. Grayscale: #A3A3A3. Windows color (decimal): -6576715 or 11904411. OLE color: 11904411.
HSL color Cylindrical-coordinate representation of color #9BA5B5: hue angle of 216.92º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9BA5B5 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 165 | 181 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.29 |
| HSL | 216.92º | 0.15% | 0.66% | - |
| HSV(B) | 216.92º | 0.14% | 0.71% | - |
| XYZ | 35.31 | 37.22 | 49.04 | - |
| YUV | 163.83 | 137.69 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 165 | 181 | 0.14 | 0.09 | 0 | 0.29 | 216.92 | 0.15 | 0.66 |
| Hex | 9B | A5 | B5 | E | 9 | 0 | 1D | D9 | F | 42 |
| Octal | 233 | 245 | 265 | 16 | 11 | 0 | 35 | 331 | 17 | 102 |
| Binary | 10011011 | 10100101 | 10110101 | 1110 | 1001 | 0 | 11101 | 11011001 | 1111 | 1000010 |
Color Harmonies of #9BA5B5
Complementary color
Monochromatic Colors of #9BA5B5
Black with #9BA5B5
Text Example
Text Example
White with #9BA5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA5B5; }
p { color: rgb(155,165,181); }
H1.HeaderClassName
{
color: #9BA5B5;
}
.AnyTagClassName
{
color: #9BA5B5;
}
</style>
background-color css
<style>
a { background-color: #9BA5B5; }
a { background-color: rgb(155,165,181); }
div.DivClassName
{
background-color: #9BA5B5;
}
.BgClassName
{
background-color: #9BA5B5;
}
</style>
border-color css
<style>
span { border-color: #9BA5B5; }
span { border-color: rgb(155,165,181); }
td.TdClassName
{
border-color: #9BA5B5;
}
.TagClassName
{
border-color: #9BA5B5;
}
</style>