Shades of Rock Blue #939CBE
Tints of Rock Blue #939CBE
RGB
CMYK
RGB Variations
Color information
#939CBE (or 0x939CBE) is known color: Rock Blue. HEX triplet: 93, 9C and BE. RGB value is (147,156,190). Sum of RGB (Red+Green+Blue) = 147+156+190=493 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.82% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #939CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939CBE is #6C6341. Grayscale: #9D9D9D. Windows color (decimal): -7103298 or 12491923. OLE color: 12491923.
HSL color Cylindrical-coordinate representation of color #939CBE: hue angle of 227.44º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #939CBE is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 156 | 190 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.25 |
| HSL | 227.44º | 0.25% | 0.66% | - |
| HSV(B) | 227.44º | 0.23% | 0.75% | - |
| XYZ | 33.22 | 33.7 | 53.47 | - |
| YUV | 157.19 | 146.52 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 156 | 190 | 0.23 | 0.18 | 0 | 0.25 | 227.44 | 0.25 | 0.66 |
| Hex | 93 | 9C | BE | 17 | 12 | 0 | 19 | E3 | 19 | 42 |
| Octal | 223 | 234 | 276 | 27 | 22 | 0 | 31 | 343 | 31 | 102 |
| Binary | 10010011 | 10011100 | 10111110 | 10111 | 10010 | 0 | 11001 | 11100011 | 11001 | 1000010 |
Color Harmonies of #939CBE
Complementary color
Monochromatic Colors of #939CBE
Black with #939CBE
Text Example
Text Example
White with #939CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939CBE; }
p { color: rgb(147,156,190); }
H1.HeaderClassName
{
color: #939CBE;
}
.AnyTagClassName
{
color: #939CBE;
}
</style>
background-color css
<style>
a { background-color: #939CBE; }
a { background-color: rgb(147,156,190); }
div.DivClassName
{
background-color: #939CBE;
}
.BgClassName
{
background-color: #939CBE;
}
</style>
border-color css
<style>
span { border-color: #939CBE; }
span { border-color: rgb(147,156,190); }
td.TdClassName
{
border-color: #939CBE;
}
.TagClassName
{
border-color: #939CBE;
}
</style>