Shades of Rock Blue #939EC6
Tints of Rock Blue #939EC6
RGB
CMYK
RGB Variations
Color information
#939EC6 (or 0x939EC6) is known color: Rock Blue. HEX triplet: 93, 9E and C6. RGB value is (147,158,198). Sum of RGB (Red+Green+Blue) = 147+158+198=503 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.22% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 198 (77.73% from 255 or 39.36% from 503); Max value from RGB is 198 - color contains mainly: blue. Hex color #939EC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939EC6 is #6C6139. Grayscale: #9F9F9F. Windows color (decimal): -7102778 or 13016723. OLE color: 13016723.
HSL color Cylindrical-coordinate representation of color #939EC6: hue angle of 227.06º degrees, saturation: 0.31, 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 #939EC6 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 158 | 198 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.22 |
| HSL | 227.06º | 0.31% | 0.68% | - |
| HSV(B) | 227.06º | 0.26% | 0.78% | - |
| XYZ | 34.45 | 34.73 | 58.31 | - |
| YUV | 159.27 | 149.86 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 158 | 198 | 0.26 | 0.20 | 0 | 0.22 | 227.06 | 0.31 | 0.68 |
| Hex | 93 | 9E | C6 | 1A | 14 | 0 | 16 | E3 | 1F | 44 |
| Octal | 223 | 236 | 306 | 32 | 24 | 0 | 26 | 343 | 37 | 104 |
| Binary | 10010011 | 10011110 | 11000110 | 11010 | 10100 | 0 | 10110 | 11100011 | 11111 | 1000100 |
Color Harmonies of #939EC6
Complementary color
Monochromatic Colors of #939EC6
Black with #939EC6
Text Example
Text Example
White with #939EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939EC6; }
p { color: rgb(147,158,198); }
H1.HeaderClassName
{
color: #939EC6;
}
.AnyTagClassName
{
color: #939EC6;
}
</style>
background-color css
<style>
a { background-color: #939EC6; }
a { background-color: rgb(147,158,198); }
div.DivClassName
{
background-color: #939EC6;
}
.BgClassName
{
background-color: #939EC6;
}
</style>
border-color css
<style>
span { border-color: #939EC6; }
span { border-color: rgb(147,158,198); }
td.TdClassName
{
border-color: #939EC6;
}
.TagClassName
{
border-color: #939EC6;
}
</style>