Shades of Rock Blue #939BBF
Tints of Rock Blue #939BBF
RGB
CMYK
RGB Variations
Color information
#939BBF (or 0x939BBF) is known color: Rock Blue. HEX triplet: 93, 9B and BF. RGB value is (147,155,191). Sum of RGB (Red+Green+Blue) = 147+155+191=493 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.82% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 191 - color contains mainly: blue. Hex color #939BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939BBF is #6C6440. Grayscale: #9C9C9C. Windows color (decimal): -7103553 or 12557203. OLE color: 12557203.
HSL color Cylindrical-coordinate representation of color #939BBF: hue angle of 229.09º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #939BBF is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 155 | 191 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.25 |
| HSL | 229.09º | 0.26% | 0.66% | - |
| HSV(B) | 229.09º | 0.23% | 0.75% | - |
| XYZ | 33.16 | 33.41 | 53.99 | - |
| YUV | 156.71 | 147.35 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 155 | 191 | 0.23 | 0.19 | 0 | 0.25 | 229.09 | 0.26 | 0.66 |
| Hex | 93 | 9B | BF | 17 | 13 | 0 | 19 | E5 | 1A | 42 |
| Octal | 223 | 233 | 277 | 27 | 23 | 0 | 31 | 345 | 32 | 102 |
| Binary | 10010011 | 10011011 | 10111111 | 10111 | 10011 | 0 | 11001 | 11100101 | 11010 | 1000010 |
Color Harmonies of #939BBF
Complementary color
Monochromatic Colors of #939BBF
Black with #939BBF
Text Example
Text Example
White with #939BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939BBF; }
p { color: rgb(147,155,191); }
H1.HeaderClassName
{
color: #939BBF;
}
.AnyTagClassName
{
color: #939BBF;
}
</style>
background-color css
<style>
a { background-color: #939BBF; }
a { background-color: rgb(147,155,191); }
div.DivClassName
{
background-color: #939BBF;
}
.BgClassName
{
background-color: #939BBF;
}
</style>
border-color css
<style>
span { border-color: #939BBF; }
span { border-color: rgb(147,155,191); }
td.TdClassName
{
border-color: #939BBF;
}
.TagClassName
{
border-color: #939BBF;
}
</style>