Shades of Rock Blue #939DB7
Tints of Rock Blue #939DB7
RGB
CMYK
RGB Variations
Color information
#939DB7 (or 0x939DB7) is known color: Rock Blue. HEX triplet: 93, 9D and B7. RGB value is (147,157,183). Sum of RGB (Red+Green+Blue) = 147+157+183=487 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.18% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 183 (71.88% from 255 or 37.58% from 487); Max value from RGB is 183 - color contains mainly: blue. Hex color #939DB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939DB7 is #6C6248. Grayscale: #9C9C9C. Windows color (decimal): -7103049 or 12033427. OLE color: 12033427.
HSL color Cylindrical-coordinate representation of color #939DB7: hue angle of 223.33º 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 #939DB7 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 147 | 157 | 183 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.28 |
| HSL | 223.33º | 0.2% | 0.65% | - |
| HSV(B) | 223.33º | 0.2% | 0.72% | - |
| XYZ | 32.64 | 33.74 | 49.59 | - |
| YUV | 156.97 | 142.69 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 157 | 183 | 0.20 | 0.14 | 0 | 0.28 | 223.33 | 0.2 | 0.65 |
| Hex | 93 | 9D | B7 | 14 | E | 0 | 1C | DF | 14 | 41 |
| Octal | 223 | 235 | 267 | 24 | 16 | 0 | 34 | 337 | 24 | 101 |
| Binary | 10010011 | 10011101 | 10110111 | 10100 | 1110 | 0 | 11100 | 11011111 | 10100 | 1000001 |
Color Harmonies of #939DB7
Complementary color
Monochromatic Colors of #939DB7
Black with #939DB7
Text Example
Text Example
White with #939DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939DB7; }
p { color: rgb(147,157,183); }
H1.HeaderClassName
{
color: #939DB7;
}
.AnyTagClassName
{
color: #939DB7;
}
</style>
background-color css
<style>
a { background-color: #939DB7; }
a { background-color: rgb(147,157,183); }
div.DivClassName
{
background-color: #939DB7;
}
.BgClassName
{
background-color: #939DB7;
}
</style>
border-color css
<style>
span { border-color: #939DB7; }
span { border-color: rgb(147,157,183); }
td.TdClassName
{
border-color: #939DB7;
}
.TagClassName
{
border-color: #939DB7;
}
</style>