Shades of Rock Blue #939EBC
Tints of Rock Blue #939EBC
RGB
CMYK
RGB Variations
Color information
#939EBC (or 0x939EBC) is known color: Rock Blue. HEX triplet: 93, 9E and BC. RGB value is (147,158,188). Sum of RGB (Red+Green+Blue) = 147+158+188=493 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.82% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 188 - color contains mainly: blue. Hex color #939EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939EBC is #6C6143. Grayscale: #9E9E9E. Windows color (decimal): -7102788 or 12361363. OLE color: 12361363.
HSL color Cylindrical-coordinate representation of color #939EBC: hue angle of 223.9º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #939EBC is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 158 | 188 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.26 |
| HSL | 223.9º | 0.23% | 0.66% | - |
| HSV(B) | 223.9º | 0.22% | 0.74% | - |
| XYZ | 33.34 | 34.29 | 52.44 | - |
| YUV | 158.13 | 144.86 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 158 | 188 | 0.22 | 0.16 | 0 | 0.26 | 223.9 | 0.23 | 0.66 |
| Hex | 93 | 9E | BC | 16 | 10 | 0 | 1A | E0 | 17 | 42 |
| Octal | 223 | 236 | 274 | 26 | 20 | 0 | 32 | 340 | 27 | 102 |
| Binary | 10010011 | 10011110 | 10111100 | 10110 | 10000 | 0 | 11010 | 11100000 | 10111 | 1000010 |
Color Harmonies of #939EBC
Complementary color
Monochromatic Colors of #939EBC
Black with #939EBC
Text Example
Text Example
White with #939EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939EBC; }
p { color: rgb(147,158,188); }
H1.HeaderClassName
{
color: #939EBC;
}
.AnyTagClassName
{
color: #939EBC;
}
</style>
background-color css
<style>
a { background-color: #939EBC; }
a { background-color: rgb(147,158,188); }
div.DivClassName
{
background-color: #939EBC;
}
.BgClassName
{
background-color: #939EBC;
}
</style>
border-color css
<style>
span { border-color: #939EBC; }
span { border-color: rgb(147,158,188); }
td.TdClassName
{
border-color: #939EBC;
}
.TagClassName
{
border-color: #939EBC;
}
</style>