Shades of Rock Blue #939DB4
Tints of Rock Blue #939DB4
RGB
CMYK
RGB Variations
Color information
#939DB4 (or 0x939DB4) is known color: Rock Blue. HEX triplet: 93, 9D and B4. RGB value is (147,157,180). Sum of RGB (Red+Green+Blue) = 147+157+180=484 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.37% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 180 - color contains mainly: blue. Hex color #939DB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939DB4 is #6C624B. Grayscale: #9C9C9C. Windows color (decimal): -7103052 or 11836819. OLE color: 11836819.
HSL color Cylindrical-coordinate representation of color #939DB4: hue angle of 221.82º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #939DB4 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 157 | 180 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.29 |
| HSL | 221.82º | 0.18% | 0.64% | - |
| HSV(B) | 221.82º | 0.18% | 0.71% | - |
| XYZ | 32.33 | 33.61 | 47.96 | - |
| YUV | 156.63 | 141.19 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 157 | 180 | 0.18 | 0.13 | 0 | 0.29 | 221.82 | 0.18 | 0.64 |
| Hex | 93 | 9D | B4 | 12 | D | 0 | 1D | DE | 12 | 40 |
| Octal | 223 | 235 | 264 | 22 | 15 | 0 | 35 | 336 | 22 | 100 |
| Binary | 10010011 | 10011101 | 10110100 | 10010 | 1101 | 0 | 11101 | 11011110 | 10010 | 1000000 |
Color Harmonies of #939DB4
Complementary color
Monochromatic Colors of #939DB4
Black with #939DB4
Text Example
Text Example
White with #939DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939DB4; }
p { color: rgb(147,157,180); }
H1.HeaderClassName
{
color: #939DB4;
}
.AnyTagClassName
{
color: #939DB4;
}
</style>
background-color css
<style>
a { background-color: #939DB4; }
a { background-color: rgb(147,157,180); }
div.DivClassName
{
background-color: #939DB4;
}
.BgClassName
{
background-color: #939DB4;
}
</style>
border-color css
<style>
span { border-color: #939DB4; }
span { border-color: rgb(147,157,180); }
td.TdClassName
{
border-color: #939DB4;
}
.TagClassName
{
border-color: #939DB4;
}
</style>