Shades of Rock Blue #939BBB
Tints of Rock Blue #939BBB
RGB
CMYK
RGB Variations
Color information
#939BBB (or 0x939BBB) is known color: Rock Blue. HEX triplet: 93, 9B and BB. RGB value is (147,155,187). Sum of RGB (Red+Green+Blue) = 147+155+187=489 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.06% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #939BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939BBB is #6C6444. Grayscale: #9C9C9C. Windows color (decimal): -7103557 or 12295059. OLE color: 12295059.
HSL color Cylindrical-coordinate representation of color #939BBB: hue angle of 228º degrees, saturation: 0.23, 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 #939BBB is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 155 | 187 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.27 |
| HSL | 228º | 0.23% | 0.65% | - |
| HSV(B) | 228º | 0.21% | 0.73% | - |
| XYZ | 32.72 | 33.23 | 51.7 | - |
| YUV | 156.26 | 145.35 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 155 | 187 | 0.21 | 0.17 | 0 | 0.27 | 228 | 0.23 | 0.65 |
| Hex | 93 | 9B | BB | 15 | 11 | 0 | 1B | E4 | 17 | 41 |
| Octal | 223 | 233 | 273 | 25 | 21 | 0 | 33 | 344 | 27 | 101 |
| Binary | 10010011 | 10011011 | 10111011 | 10101 | 10001 | 0 | 11011 | 11100100 | 10111 | 1000001 |
Color Harmonies of #939BBB
Complementary color
Monochromatic Colors of #939BBB
Black with #939BBB
Text Example
Text Example
White with #939BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939BBB; }
p { color: rgb(147,155,187); }
H1.HeaderClassName
{
color: #939BBB;
}
.AnyTagClassName
{
color: #939BBB;
}
</style>
background-color css
<style>
a { background-color: #939BBB; }
a { background-color: rgb(147,155,187); }
div.DivClassName
{
background-color: #939BBB;
}
.BgClassName
{
background-color: #939BBB;
}
</style>
border-color css
<style>
span { border-color: #939BBB; }
span { border-color: rgb(147,155,187); }
td.TdClassName
{
border-color: #939BBB;
}
.TagClassName
{
border-color: #939BBB;
}
</style>