Shades of Rock Blue #939BB7
Tints of Rock Blue #939BB7
RGB
CMYK
RGB Variations
Color information
#939BB7 (or 0x939BB7) is known color: Rock Blue. HEX triplet: 93, 9B and B7. RGB value is (147,155,183). Sum of RGB (Red+Green+Blue) = 147+155+183=485 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.31% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 183 (71.88% from 255 or 37.73% from 485); Max value from RGB is 183 - color contains mainly: blue. Hex color #939BB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939BB7 is #6C6448. Grayscale: #9B9B9B. Windows color (decimal): -7103561 or 12032915. OLE color: 12032915.
HSL color Cylindrical-coordinate representation of color #939BB7: hue angle of 226.67º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #939BB7 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 147 | 155 | 183 | - |
| CMYK | 0.20 | 0.15 | 0 | 0.28 |
| HSL | 226.67º | 0.2% | 0.65% | - |
| HSV(B) | 226.67º | 0.2% | 0.72% | - |
| XYZ | 32.3 | 33.06 | 49.48 | - |
| YUV | 155.8 | 143.35 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 155 | 183 | 0.20 | 0.15 | 0 | 0.28 | 226.67 | 0.2 | 0.65 |
| Hex | 93 | 9B | B7 | 14 | F | 0 | 1C | E3 | 14 | 41 |
| Octal | 223 | 233 | 267 | 24 | 17 | 0 | 34 | 343 | 24 | 101 |
| Binary | 10010011 | 10011011 | 10110111 | 10100 | 1111 | 0 | 11100 | 11100011 | 10100 | 1000001 |
Color Harmonies of #939BB7
Complementary color
Monochromatic Colors of #939BB7
Black with #939BB7
Text Example
Text Example
White with #939BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939BB7; }
p { color: rgb(147,155,183); }
H1.HeaderClassName
{
color: #939BB7;
}
.AnyTagClassName
{
color: #939BB7;
}
</style>
background-color css
<style>
a { background-color: #939BB7; }
a { background-color: rgb(147,155,183); }
div.DivClassName
{
background-color: #939BB7;
}
.BgClassName
{
background-color: #939BB7;
}
</style>
border-color css
<style>
span { border-color: #939BB7; }
span { border-color: rgb(147,155,183); }
td.TdClassName
{
border-color: #939BB7;
}
.TagClassName
{
border-color: #939BB7;
}
</style>