Shades of Rock Blue #939BB1
Tints of Rock Blue #939BB1
RGB
CMYK
RGB Variations
Color information
#939BB1 (or 0x939BB1) is known color: Rock Blue. HEX triplet: 93, 9B and B1. RGB value is (147,155,177). Sum of RGB (Red+Green+Blue) = 147+155+177=479 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.69% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 177 (69.53% from 255 or 36.95% from 479); Max value from RGB is 177 - color contains mainly: blue. Hex color #939BB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939BB1 is #6C644E. Grayscale: #9B9B9B. Windows color (decimal): -7103567 or 11639699. OLE color: 11639699.
HSL color Cylindrical-coordinate representation of color #939BB1: hue angle of 224º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #939BB1 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 155 | 177 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.31 |
| HSL | 224º | 0.16% | 0.64% | - |
| HSV(B) | 224º | 0.17% | 0.69% | - |
| XYZ | 31.69 | 32.82 | 46.26 | - |
| YUV | 155.12 | 140.35 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 155 | 177 | 0.17 | 0.12 | 0 | 0.31 | 224 | 0.16 | 0.64 |
| Hex | 93 | 9B | B1 | 11 | C | 0 | 1F | E0 | 10 | 40 |
| Octal | 223 | 233 | 261 | 21 | 14 | 0 | 37 | 340 | 20 | 100 |
| Binary | 10010011 | 10011011 | 10110001 | 10001 | 1100 | 0 | 11111 | 11100000 | 10000 | 1000000 |
Color Harmonies of #939BB1
Complementary color
Monochromatic Colors of #939BB1
Black with #939BB1
Text Example
Text Example
White with #939BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939BB1; }
p { color: rgb(147,155,177); }
H1.HeaderClassName
{
color: #939BB1;
}
.AnyTagClassName
{
color: #939BB1;
}
</style>
background-color css
<style>
a { background-color: #939BB1; }
a { background-color: rgb(147,155,177); }
div.DivClassName
{
background-color: #939BB1;
}
.BgClassName
{
background-color: #939BB1;
}
</style>
border-color css
<style>
span { border-color: #939BB1; }
span { border-color: rgb(147,155,177); }
td.TdClassName
{
border-color: #939BB1;
}
.TagClassName
{
border-color: #939BB1;
}
</style>