Shades of Rock Blue #939EC4
Tints of Rock Blue #939EC4
RGB
CMYK
RGB Variations
Color information
#939EC4 (or 0x939EC4) is known color: Rock Blue. HEX triplet: 93, 9E and C4. RGB value is (147,158,196). Sum of RGB (Red+Green+Blue) = 147+158+196=501 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.34% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 196 (76.95% from 255 or 39.12% from 501); Max value from RGB is 196 - color contains mainly: blue. Hex color #939EC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939EC4 is #6C613B. Grayscale: #9E9E9E. Windows color (decimal): -7102780 or 12885651. OLE color: 12885651.
HSL color Cylindrical-coordinate representation of color #939EC4: hue angle of 226.53º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #939EC4 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 158 | 196 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.23 |
| HSL | 226.53º | 0.29% | 0.67% | - |
| HSV(B) | 226.53º | 0.25% | 0.77% | - |
| XYZ | 34.22 | 34.64 | 57.11 | - |
| YUV | 159.04 | 148.86 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 158 | 196 | 0.25 | 0.19 | 0 | 0.23 | 226.53 | 0.29 | 0.67 |
| Hex | 93 | 9E | C4 | 19 | 13 | 0 | 17 | E3 | 1D | 43 |
| Octal | 223 | 236 | 304 | 31 | 23 | 0 | 27 | 343 | 35 | 103 |
| Binary | 10010011 | 10011110 | 11000100 | 11001 | 10011 | 0 | 10111 | 11100011 | 11101 | 1000011 |
Color Harmonies of #939EC4
Complementary color
Monochromatic Colors of #939EC4
Black with #939EC4
Text Example
Text Example
White with #939EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939EC4; }
p { color: rgb(147,158,196); }
H1.HeaderClassName
{
color: #939EC4;
}
.AnyTagClassName
{
color: #939EC4;
}
</style>
background-color css
<style>
a { background-color: #939EC4; }
a { background-color: rgb(147,158,196); }
div.DivClassName
{
background-color: #939EC4;
}
.BgClassName
{
background-color: #939EC4;
}
</style>
border-color css
<style>
span { border-color: #939EC4; }
span { border-color: rgb(147,158,196); }
td.TdClassName
{
border-color: #939EC4;
}
.TagClassName
{
border-color: #939EC4;
}
</style>