Shades of Rock Blue #939BBA
Tints of Rock Blue #939BBA
RGB
CMYK
RGB Variations
Color information
#939BBA (or 0x939BBA) is known color: Rock Blue. HEX triplet: 93, 9B and BA. RGB value is (147,155,186). Sum of RGB (Red+Green+Blue) = 147+155+186=488 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.12% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #939BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939BBA is #6C6445. Grayscale: #9C9C9C. Windows color (decimal): -7103558 or 12229523. OLE color: 12229523.
HSL color Cylindrical-coordinate representation of color #939BBA: hue angle of 227.69º 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 #939BBA is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 155 | 186 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.27 |
| HSL | 227.69º | 0.22% | 0.65% | - |
| HSV(B) | 227.69º | 0.21% | 0.73% | - |
| XYZ | 32.62 | 33.19 | 51.14 | - |
| YUV | 156.14 | 144.85 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 155 | 186 | 0.21 | 0.17 | 0 | 0.27 | 227.69 | 0.22 | 0.65 |
| Hex | 93 | 9B | BA | 15 | 11 | 0 | 1B | E4 | 16 | 41 |
| Octal | 223 | 233 | 272 | 25 | 21 | 0 | 33 | 344 | 26 | 101 |
| Binary | 10010011 | 10011011 | 10111010 | 10101 | 10001 | 0 | 11011 | 11100100 | 10110 | 1000001 |
Color Harmonies of #939BBA
Complementary color
Monochromatic Colors of #939BBA
Black with #939BBA
Text Example
Text Example
White with #939BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939BBA; }
p { color: rgb(147,155,186); }
H1.HeaderClassName
{
color: #939BBA;
}
.AnyTagClassName
{
color: #939BBA;
}
</style>
background-color css
<style>
a { background-color: #939BBA; }
a { background-color: rgb(147,155,186); }
div.DivClassName
{
background-color: #939BBA;
}
.BgClassName
{
background-color: #939BBA;
}
</style>
border-color css
<style>
span { border-color: #939BBA; }
span { border-color: rgb(147,155,186); }
td.TdClassName
{
border-color: #939BBA;
}
.TagClassName
{
border-color: #939BBA;
}
</style>