Shades of Rock Blue #9BA3B9
Tints of Rock Blue #9BA3B9
RGB
CMYK
RGB Variations
Color information
#9BA3B9 (or 0x9BA3B9) is known color: Rock Blue. HEX triplet: 9B, A3 and B9. RGB value is (155,163,185). Sum of RGB (Red+Green+Blue) = 155+163+185=503 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.82% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 185 (72.66% from 255 or 36.78% from 503); Max value from RGB is 185 - color contains mainly: blue. Hex color #9BA3B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA3B9 is #645C46. Grayscale: #A3A3A3. Windows color (decimal): -6577223 or 12166043. OLE color: 12166043.
HSL color Cylindrical-coordinate representation of color #9BA3B9: hue angle of 224º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9BA3B9 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 155 | 163 | 185 | - |
CMYK | 0.16 | 0.12 | 0 | 0.27 |
HSL | 224º | 0.18% | 0.67% | - |
HSV(B) | 224º | 0.16% | 0.73% | - |
XYZ | 35.37 | 36.67 | 51.11 | - |
YUV | 163.12 | 140.35 | 122.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 155 | 163 | 185 | 0.16 | 0.12 | 0 | 0.27 | 224 | 0.18 | 0.67 |
Hex | 9B | A3 | B9 | 10 | C | 0 | 1B | E0 | 12 | 43 |
Octal | 233 | 243 | 271 | 20 | 14 | 0 | 33 | 340 | 22 | 103 |
Binary | 10011011 | 10100011 | 10111001 | 10000 | 1100 | 0 | 11011 | 11100000 | 10010 | 1000011 |
Color Harmonies of #9BA3B9
Complementary color
Monochromatic Colors of #9BA3B9
Black with #9BA3B9
Text Example
Text Example
White with #9BA3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA3B9; }
p { color: rgb(155,163,185); }
H1.HeaderClassName
{
color: #9BA3B9;
}
.AnyTagClassName
{
color: #9BA3B9;
}
</style>
background-color css
<style>
a { background-color: #9BA3B9; }
a { background-color: rgb(155,163,185); }
div.DivClassName
{
background-color: #9BA3B9;
}
.BgClassName
{
background-color: #9BA3B9;
}
</style>
border-color css
<style>
span { border-color: #9BA3B9; }
span { border-color: rgb(155,163,185); }
td.TdClassName
{
border-color: #9BA3B9;
}
.TagClassName
{
border-color: #9BA3B9;
}
</style>