Shades of Rock Blue #939ABB
Tints of Rock Blue #939ABB
RGB
CMYK
RGB Variations
Color information
#939ABB (or 0x939ABB) is known color: Rock Blue. HEX triplet: 93, 9A and BB. RGB value is (147,154,187). Sum of RGB (Red+Green+Blue) = 147+154+187=488 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.12% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 187 - color contains mainly: blue. Hex color #939ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939ABB is #6C6544. Grayscale: #9B9B9B. Windows color (decimal): -7103813 or 12294803. OLE color: 12294803.
HSL color Cylindrical-coordinate representation of color #939ABB: hue angle of 229.5º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #939ABB is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 154 | 187 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.27 |
| HSL | 229.5º | 0.23% | 0.65% | - |
| HSV(B) | 229.5º | 0.21% | 0.73% | - |
| XYZ | 32.56 | 32.9 | 51.65 | - |
| YUV | 155.67 | 145.68 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 154 | 187 | 0.21 | 0.18 | 0 | 0.27 | 229.5 | 0.23 | 0.65 |
| Hex | 93 | 9A | BB | 15 | 12 | 0 | 1B | E6 | 17 | 41 |
| Octal | 223 | 232 | 273 | 25 | 22 | 0 | 33 | 346 | 27 | 101 |
| Binary | 10010011 | 10011010 | 10111011 | 10101 | 10010 | 0 | 11011 | 11100110 | 10111 | 1000001 |
Color Harmonies of #939ABB
Complementary color
Monochromatic Colors of #939ABB
Black with #939ABB
Text Example
Text Example
White with #939ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939ABB; }
p { color: rgb(147,154,187); }
H1.HeaderClassName
{
color: #939ABB;
}
.AnyTagClassName
{
color: #939ABB;
}
</style>
background-color css
<style>
a { background-color: #939ABB; }
a { background-color: rgb(147,154,187); }
div.DivClassName
{
background-color: #939ABB;
}
.BgClassName
{
background-color: #939ABB;
}
</style>
border-color css
<style>
span { border-color: #939ABB; }
span { border-color: rgb(147,154,187); }
td.TdClassName
{
border-color: #939ABB;
}
.TagClassName
{
border-color: #939ABB;
}
</style>