Shades of Rock Blue #939DBA
Tints of Rock Blue #939DBA
RGB
CMYK
RGB Variations
Color information
#939DBA (or 0x939DBA) is known color: Rock Blue. HEX triplet: 93, 9D and BA. RGB value is (147,157,186). Sum of RGB (Red+Green+Blue) = 147+157+186=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #939DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939DBA is #6C6245. Grayscale: #9D9D9D. Windows color (decimal): -7103046 or 12230035. OLE color: 12230035.
HSL color Cylindrical-coordinate representation of color #939DBA: hue angle of 224.62º 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 #939DBA is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 157 | 186 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.27 |
| HSL | 224.62º | 0.22% | 0.65% | - |
| HSV(B) | 224.62º | 0.21% | 0.73% | - |
| XYZ | 32.95 | 33.86 | 51.25 | - |
| YUV | 157.32 | 144.19 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 157 | 186 | 0.21 | 0.16 | 0 | 0.27 | 224.62 | 0.22 | 0.65 |
| Hex | 93 | 9D | BA | 15 | 10 | 0 | 1B | E1 | 16 | 41 |
| Octal | 223 | 235 | 272 | 25 | 20 | 0 | 33 | 341 | 26 | 101 |
| Binary | 10010011 | 10011101 | 10111010 | 10101 | 10000 | 0 | 11011 | 11100001 | 10110 | 1000001 |
Color Harmonies of #939DBA
Complementary color
Monochromatic Colors of #939DBA
Black with #939DBA
Text Example
Text Example
White with #939DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939DBA; }
p { color: rgb(147,157,186); }
H1.HeaderClassName
{
color: #939DBA;
}
.AnyTagClassName
{
color: #939DBA;
}
</style>
background-color css
<style>
a { background-color: #939DBA; }
a { background-color: rgb(147,157,186); }
div.DivClassName
{
background-color: #939DBA;
}
.BgClassName
{
background-color: #939DBA;
}
</style>
border-color css
<style>
span { border-color: #939DBA; }
span { border-color: rgb(147,157,186); }
td.TdClassName
{
border-color: #939DBA;
}
.TagClassName
{
border-color: #939DBA;
}
</style>