Shades of Rock Blue #939AAD
Tints of Rock Blue #939AAD
RGB
CMYK
RGB Variations
Color information
#939AAD (or 0x939AAD) is known color: Rock Blue. HEX triplet: 93, 9A and AD. RGB value is (147,154,173). Sum of RGB (Red+Green+Blue) = 147+154+173=474 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.01% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 173 - color contains mainly: blue. Hex color #939AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939AAD is #6C6552. Grayscale: #999999. Windows color (decimal): -7103827 or 11377299. OLE color: 11377299.
HSL color Cylindrical-coordinate representation of color #939AAD: hue angle of 223.85º 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 #939AAD is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 154 | 173 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.32 |
| HSL | 223.85º | 0.14% | 0.63% | - |
| HSV(B) | 223.85º | 0.15% | 0.68% | - |
| XYZ | 31.13 | 32.33 | 44.13 | - |
| YUV | 154.07 | 138.68 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 154 | 173 | 0.15 | 0.11 | 0 | 0.32 | 223.85 | 0.14 | 0.63 |
| Hex | 93 | 9A | AD | F | B | 0 | 20 | E0 | E | 3F |
| Octal | 223 | 232 | 255 | 17 | 13 | 0 | 40 | 340 | 16 | 77 |
| Binary | 10010011 | 10011010 | 10101101 | 1111 | 1011 | 0 | 100000 | 11100000 | 1110 | 111111 |
Color Harmonies of #939AAD
Complementary color
Monochromatic Colors of #939AAD
Black with #939AAD
Text Example
Text Example
White with #939AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939AAD; }
p { color: rgb(147,154,173); }
H1.HeaderClassName
{
color: #939AAD;
}
.AnyTagClassName
{
color: #939AAD;
}
</style>
background-color css
<style>
a { background-color: #939AAD; }
a { background-color: rgb(147,154,173); }
div.DivClassName
{
background-color: #939AAD;
}
.BgClassName
{
background-color: #939AAD;
}
</style>
border-color css
<style>
span { border-color: #939AAD; }
span { border-color: rgb(147,154,173); }
td.TdClassName
{
border-color: #939AAD;
}
.TagClassName
{
border-color: #939AAD;
}
</style>