Shades of Rock Blue #949EC2
Tints of Rock Blue #949EC2
RGB
CMYK
RGB Variations
Color information
#949EC2 (or 0x949EC2) is known color: Rock Blue. HEX triplet: 94, 9E and C2. RGB value is (148,158,194). Sum of RGB (Red+Green+Blue) = 148+158+194=500 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.6% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 194 (76.17% from 255 or 38.8% from 500); Max value from RGB is 194 - color contains mainly: blue. Hex color #949EC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949EC2 is #6B613D. Grayscale: #9E9E9E. Windows color (decimal): -7037246 or 12754580. OLE color: 12754580.
HSL color Cylindrical-coordinate representation of color #949EC2: hue angle of 226.96º 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 #949EC2 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 158 | 194 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.24 |
| HSL | 226.96º | 0.27% | 0.67% | - |
| HSV(B) | 226.96º | 0.24% | 0.76% | - |
| XYZ | 34.18 | 34.64 | 55.92 | - |
| YUV | 159.11 | 147.69 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 158 | 194 | 0.24 | 0.19 | 0 | 0.24 | 226.96 | 0.27 | 0.67 |
| Hex | 94 | 9E | C2 | 18 | 13 | 0 | 18 | E3 | 1B | 43 |
| Octal | 224 | 236 | 302 | 30 | 23 | 0 | 30 | 343 | 33 | 103 |
| Binary | 10010100 | 10011110 | 11000010 | 11000 | 10011 | 0 | 11000 | 11100011 | 11011 | 1000011 |
Color Harmonies of #949EC2
Complementary color
Monochromatic Colors of #949EC2
Black with #949EC2
Text Example
Text Example
White with #949EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949EC2; }
p { color: rgb(148,158,194); }
H1.HeaderClassName
{
color: #949EC2;
}
.AnyTagClassName
{
color: #949EC2;
}
</style>
background-color css
<style>
a { background-color: #949EC2; }
a { background-color: rgb(148,158,194); }
div.DivClassName
{
background-color: #949EC2;
}
.BgClassName
{
background-color: #949EC2;
}
</style>
border-color css
<style>
span { border-color: #949EC2; }
span { border-color: rgb(148,158,194); }
td.TdClassName
{
border-color: #949EC2;
}
.TagClassName
{
border-color: #949EC2;
}
</style>