Shades of Rock Blue #939CAD
Tints of Rock Blue #939CAD
RGB
CMYK
RGB Variations
Color information
#939CAD (or 0x939CAD) is known color: Rock Blue. HEX triplet: 93, 9C and AD. RGB value is (147,156,173). Sum of RGB (Red+Green+Blue) = 147+156+173=476 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.88% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 173 - color contains mainly: blue. Hex color #939CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939CAD is #6C6352. Grayscale: #9B9B9B. Windows color (decimal): -7103315 or 11377811. OLE color: 11377811.
HSL color Cylindrical-coordinate representation of color #939CAD: hue angle of 219.23º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #939CAD is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 156 | 173 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.32 |
| HSL | 219.23º | 0.14% | 0.63% | - |
| HSV(B) | 219.23º | 0.15% | 0.68% | - |
| XYZ | 31.46 | 33 | 44.25 | - |
| YUV | 155.25 | 138.02 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 156 | 173 | 0.15 | 0.10 | 0 | 0.32 | 219.23 | 0.14 | 0.63 |
| Hex | 93 | 9C | AD | F | A | 0 | 20 | DB | E | 3F |
| Octal | 223 | 234 | 255 | 17 | 12 | 0 | 40 | 333 | 16 | 77 |
| Binary | 10010011 | 10011100 | 10101101 | 1111 | 1010 | 0 | 100000 | 11011011 | 1110 | 111111 |
Color Harmonies of #939CAD
Complementary color
Monochromatic Colors of #939CAD
Black with #939CAD
Text Example
Text Example
White with #939CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939CAD; }
p { color: rgb(147,156,173); }
H1.HeaderClassName
{
color: #939CAD;
}
.AnyTagClassName
{
color: #939CAD;
}
</style>
background-color css
<style>
a { background-color: #939CAD; }
a { background-color: rgb(147,156,173); }
div.DivClassName
{
background-color: #939CAD;
}
.BgClassName
{
background-color: #939CAD;
}
</style>
border-color css
<style>
span { border-color: #939CAD; }
span { border-color: rgb(147,156,173); }
td.TdClassName
{
border-color: #939CAD;
}
.TagClassName
{
border-color: #939CAD;
}
</style>