Shades of Rock Blue #939EC7
Tints of Rock Blue #939EC7
RGB
CMYK
RGB Variations
Color information
#939EC7 (or 0x939EC7) is known color: Rock Blue. HEX triplet: 93, 9E and C7. RGB value is (147,158,199). Sum of RGB (Red+Green+Blue) = 147+158+199=504 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.17% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 199 (78.12% from 255 or 39.48% from 504); Max value from RGB is 199 - color contains mainly: blue. Hex color #939EC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939EC7 is #6C6138. Grayscale: #9F9F9F. Windows color (decimal): -7102777 or 13082259. OLE color: 13082259.
HSL color Cylindrical-coordinate representation of color #939EC7: hue angle of 227.31º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #939EC7 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 158 | 199 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.22 |
| HSL | 227.31º | 0.32% | 0.68% | - |
| HSV(B) | 227.31º | 0.26% | 0.78% | - |
| XYZ | 34.57 | 34.78 | 58.92 | - |
| YUV | 159.39 | 150.36 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 158 | 199 | 0.26 | 0.21 | 0 | 0.22 | 227.31 | 0.32 | 0.68 |
| Hex | 93 | 9E | C7 | 1A | 15 | 0 | 16 | E3 | 20 | 44 |
| Octal | 223 | 236 | 307 | 32 | 25 | 0 | 26 | 343 | 40 | 104 |
| Binary | 10010011 | 10011110 | 11000111 | 11010 | 10101 | 0 | 10110 | 11100011 | 100000 | 1000100 |
Color Harmonies of #939EC7
Complementary color
Monochromatic Colors of #939EC7
Black with #939EC7
Text Example
Text Example
White with #939EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939EC7; }
p { color: rgb(147,158,199); }
H1.HeaderClassName
{
color: #939EC7;
}
.AnyTagClassName
{
color: #939EC7;
}
</style>
background-color css
<style>
a { background-color: #939EC7; }
a { background-color: rgb(147,158,199); }
div.DivClassName
{
background-color: #939EC7;
}
.BgClassName
{
background-color: #939EC7;
}
</style>
border-color css
<style>
span { border-color: #939EC7; }
span { border-color: rgb(147,158,199); }
td.TdClassName
{
border-color: #939EC7;
}
.TagClassName
{
border-color: #939EC7;
}
</style>