Shades of Rock Blue #939BAB
Tints of Rock Blue #939BAB
RGB
CMYK
RGB Variations
Color information
#939BAB (or 0x939BAB) is known color: Rock Blue. HEX triplet: 93, 9B and AB. RGB value is (147,155,171). Sum of RGB (Red+Green+Blue) = 147+155+171=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 171 - color contains mainly: blue. Hex color #939BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939BAB is #6C6454. Grayscale: #9A9A9A. Windows color (decimal): -7103573 or 11246483. OLE color: 11246483.
HSL color Cylindrical-coordinate representation of color #939BAB: hue angle of 220º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #939BAB is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 155 | 171 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.33 |
| HSL | 220º | 0.13% | 0.62% | - |
| HSV(B) | 220º | 0.14% | 0.67% | - |
| XYZ | 31.1 | 32.59 | 43.18 | - |
| YUV | 154.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 155 | 171 | 0.14 | 0.09 | 0 | 0.33 | 220 | 0.13 | 0.62 |
| Hex | 93 | 9B | AB | E | 9 | 0 | 21 | DC | C | 3E |
| Octal | 223 | 233 | 253 | 16 | 11 | 0 | 41 | 334 | 14 | 76 |
| Binary | 10010011 | 10011011 | 10101011 | 1110 | 1001 | 0 | 100001 | 11011100 | 1100 | 111110 |
Color Harmonies of #939BAB
Complementary color
Monochromatic Colors of #939BAB
Black with #939BAB
Text Example
Text Example
White with #939BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939BAB; }
p { color: rgb(147,155,171); }
H1.HeaderClassName
{
color: #939BAB;
}
.AnyTagClassName
{
color: #939BAB;
}
</style>
background-color css
<style>
a { background-color: #939BAB; }
a { background-color: rgb(147,155,171); }
div.DivClassName
{
background-color: #939BAB;
}
.BgClassName
{
background-color: #939BAB;
}
</style>
border-color css
<style>
span { border-color: #939BAB; }
span { border-color: rgb(147,155,171); }
td.TdClassName
{
border-color: #939BAB;
}
.TagClassName
{
border-color: #939BAB;
}
</style>