Shades of Rock Blue #939BB3
Tints of Rock Blue #939BB3
RGB
CMYK
RGB Variations
Color information
#939BB3 (or 0x939BB3) is known color: Rock Blue. HEX triplet: 93, 9B and B3. RGB value is (147,155,179). Sum of RGB (Red+Green+Blue) = 147+155+179=481 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.56% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 179 - color contains mainly: blue. Hex color #939BB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939BB3 is #6C644C. Grayscale: #9B9B9B. Windows color (decimal): -7103565 or 11770771. OLE color: 11770771.
HSL color Cylindrical-coordinate representation of color #939BB3: hue angle of 225º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #939BB3 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 147 | 155 | 179 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.30 |
| HSL | 225º | 0.17% | 0.64% | - |
| HSV(B) | 225º | 0.18% | 0.7% | - |
| XYZ | 31.89 | 32.9 | 47.32 | - |
| YUV | 155.34 | 141.35 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 155 | 179 | 0.18 | 0.13 | 0 | 0.30 | 225 | 0.17 | 0.64 |
| Hex | 93 | 9B | B3 | 12 | D | 0 | 1E | E1 | 11 | 40 |
| Octal | 223 | 233 | 263 | 22 | 15 | 0 | 36 | 341 | 21 | 100 |
| Binary | 10010011 | 10011011 | 10110011 | 10010 | 1101 | 0 | 11110 | 11100001 | 10001 | 1000000 |
Color Harmonies of #939BB3
Complementary color
Monochromatic Colors of #939BB3
Black with #939BB3
Text Example
Text Example
White with #939BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939BB3; }
p { color: rgb(147,155,179); }
H1.HeaderClassName
{
color: #939BB3;
}
.AnyTagClassName
{
color: #939BB3;
}
</style>
background-color css
<style>
a { background-color: #939BB3; }
a { background-color: rgb(147,155,179); }
div.DivClassName
{
background-color: #939BB3;
}
.BgClassName
{
background-color: #939BB3;
}
</style>
border-color css
<style>
span { border-color: #939BB3; }
span { border-color: rgb(147,155,179); }
td.TdClassName
{
border-color: #939BB3;
}
.TagClassName
{
border-color: #939BB3;
}
</style>