Shades of Rock Blue #9BA5B6
Tints of Rock Blue #9BA5B6
RGB
CMYK
RGB Variations
Color information
#9BA5B6 (or 0x9BA5B6) is known color: Rock Blue. HEX triplet: 9B, A5 and B6. RGB value is (155,165,182). Sum of RGB (Red+Green+Blue) = 155+165+182=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 165 (64.84% from 255 or 32.87% from 502); Blue value is 182 (71.48% from 255 or 36.25% from 502); Max value from RGB is 182 - color contains mainly: blue. Hex color #9BA5B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA5B6 is #645A49. Grayscale: #A3A3A3. Windows color (decimal): -6576714 or 11969947. OLE color: 11969947.
HSL color Cylindrical-coordinate representation of color #9BA5B6: hue angle of 217.78º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9BA5B6 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 165 | 182 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.29 |
| HSL | 217.78º | 0.16% | 0.66% | - |
| HSV(B) | 217.78º | 0.15% | 0.71% | - |
| XYZ | 35.42 | 37.26 | 49.58 | - |
| YUV | 163.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 165 | 182 | 0.15 | 0.09 | 0 | 0.29 | 217.78 | 0.16 | 0.66 |
| Hex | 9B | A5 | B6 | F | 9 | 0 | 1D | DA | 10 | 42 |
| Octal | 233 | 245 | 266 | 17 | 11 | 0 | 35 | 332 | 20 | 102 |
| Binary | 10011011 | 10100101 | 10110110 | 1111 | 1001 | 0 | 11101 | 11011010 | 10000 | 1000010 |
Color Harmonies of #9BA5B6
Complementary color
Monochromatic Colors of #9BA5B6
Black with #9BA5B6
Text Example
Text Example
White with #9BA5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA5B6; }
p { color: rgb(155,165,182); }
H1.HeaderClassName
{
color: #9BA5B6;
}
.AnyTagClassName
{
color: #9BA5B6;
}
</style>
background-color css
<style>
a { background-color: #9BA5B6; }
a { background-color: rgb(155,165,182); }
div.DivClassName
{
background-color: #9BA5B6;
}
.BgClassName
{
background-color: #9BA5B6;
}
</style>
border-color css
<style>
span { border-color: #9BA5B6; }
span { border-color: rgb(155,165,182); }
td.TdClassName
{
border-color: #9BA5B6;
}
.TagClassName
{
border-color: #9BA5B6;
}
</style>