Shades of Rock Blue #939FBA
Tints of Rock Blue #939FBA
RGB
CMYK
RGB Variations
Color information
#939FBA (or 0x939FBA) is known color: Rock Blue. HEX triplet: 93, 9F and BA. RGB value is (147,159,186). Sum of RGB (Red+Green+Blue) = 147+159+186=492 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.88% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #939FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939FBA is #6C6045. Grayscale: #9E9E9E. Windows color (decimal): -7102534 or 12230547. OLE color: 12230547.
HSL color Cylindrical-coordinate representation of color #939FBA: hue angle of 221.54º degrees, saturation: 0.22, 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 #939FBA is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 159 | 186 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.27 |
| HSL | 221.54º | 0.22% | 0.65% | - |
| HSV(B) | 221.54º | 0.21% | 0.73% | - |
| XYZ | 33.29 | 34.54 | 51.37 | - |
| YUV | 158.49 | 143.52 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 159 | 186 | 0.21 | 0.15 | 0 | 0.27 | 221.54 | 0.22 | 0.65 |
| Hex | 93 | 9F | BA | 15 | F | 0 | 1B | DE | 16 | 41 |
| Octal | 223 | 237 | 272 | 25 | 17 | 0 | 33 | 336 | 26 | 101 |
| Binary | 10010011 | 10011111 | 10111010 | 10101 | 1111 | 0 | 11011 | 11011110 | 10110 | 1000001 |
Color Harmonies of #939FBA
Complementary color
Monochromatic Colors of #939FBA
Black with #939FBA
Text Example
Text Example
White with #939FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939FBA; }
p { color: rgb(147,159,186); }
H1.HeaderClassName
{
color: #939FBA;
}
.AnyTagClassName
{
color: #939FBA;
}
</style>
background-color css
<style>
a { background-color: #939FBA; }
a { background-color: rgb(147,159,186); }
div.DivClassName
{
background-color: #939FBA;
}
.BgClassName
{
background-color: #939FBA;
}
</style>
border-color css
<style>
span { border-color: #939FBA; }
span { border-color: rgb(147,159,186); }
td.TdClassName
{
border-color: #939FBA;
}
.TagClassName
{
border-color: #939FBA;
}
</style>