Shades of Rock Blue #939EC1
Tints of Rock Blue #939EC1
RGB
CMYK
RGB Variations
Color information
#939EC1 (or 0x939EC1) is known color: Rock Blue. HEX triplet: 93, 9E and C1. RGB value is (147,158,193). Sum of RGB (Red+Green+Blue) = 147+158+193=498 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.52% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 193 - color contains mainly: blue. Hex color #939EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939EC1 is #6C613E. Grayscale: #9E9E9E. Windows color (decimal): -7102783 or 12689043. OLE color: 12689043.
HSL color Cylindrical-coordinate representation of color #939EC1: hue angle of 225.65º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #939EC1 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 158 | 193 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.24 |
| HSL | 225.65º | 0.27% | 0.67% | - |
| HSV(B) | 225.65º | 0.24% | 0.76% | - |
| XYZ | 33.89 | 34.51 | 55.33 | - |
| YUV | 158.7 | 147.36 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 158 | 193 | 0.24 | 0.18 | 0 | 0.24 | 225.65 | 0.27 | 0.67 |
| Hex | 93 | 9E | C1 | 18 | 12 | 0 | 18 | E2 | 1B | 43 |
| Octal | 223 | 236 | 301 | 30 | 22 | 0 | 30 | 342 | 33 | 103 |
| Binary | 10010011 | 10011110 | 11000001 | 11000 | 10010 | 0 | 11000 | 11100010 | 11011 | 1000011 |
Color Harmonies of #939EC1
Complementary color
Monochromatic Colors of #939EC1
Black with #939EC1
Text Example
Text Example
White with #939EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939EC1; }
p { color: rgb(147,158,193); }
H1.HeaderClassName
{
color: #939EC1;
}
.AnyTagClassName
{
color: #939EC1;
}
</style>
background-color css
<style>
a { background-color: #939EC1; }
a { background-color: rgb(147,158,193); }
div.DivClassName
{
background-color: #939EC1;
}
.BgClassName
{
background-color: #939EC1;
}
</style>
border-color css
<style>
span { border-color: #939EC1; }
span { border-color: rgb(147,158,193); }
td.TdClassName
{
border-color: #939EC1;
}
.TagClassName
{
border-color: #939EC1;
}
</style>