Shades of Rock Blue #949EC3
Tints of Rock Blue #949EC3
RGB
CMYK
RGB Variations
Color information
#949EC3 (or 0x949EC3) is known color: Rock Blue. HEX triplet: 94, 9E and C3. RGB value is (148,158,195). Sum of RGB (Red+Green+Blue) = 148+158+195=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 195 (76.56% from 255 or 38.92% from 501); Max value from RGB is 195 - color contains mainly: blue. Hex color #949EC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949EC3 is #6B613C. Grayscale: #9F9F9F. Windows color (decimal): -7037245 or 12820116. OLE color: 12820116.
HSL color Cylindrical-coordinate representation of color #949EC3: hue angle of 227.23º degrees, saturation: 0.28, 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 #949EC3 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 158 | 195 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.24 |
| HSL | 227.23º | 0.28% | 0.67% | - |
| HSV(B) | 227.23º | 0.24% | 0.76% | - |
| XYZ | 34.29 | 34.69 | 56.52 | - |
| YUV | 159.23 | 148.19 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 158 | 195 | 0.24 | 0.19 | 0 | 0.24 | 227.23 | 0.28 | 0.67 |
| Hex | 94 | 9E | C3 | 18 | 13 | 0 | 18 | E3 | 1C | 43 |
| Octal | 224 | 236 | 303 | 30 | 23 | 0 | 30 | 343 | 34 | 103 |
| Binary | 10010100 | 10011110 | 11000011 | 11000 | 10011 | 0 | 11000 | 11100011 | 11100 | 1000011 |
Color Harmonies of #949EC3
Complementary color
Monochromatic Colors of #949EC3
Black with #949EC3
Text Example
Text Example
White with #949EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949EC3; }
p { color: rgb(148,158,195); }
H1.HeaderClassName
{
color: #949EC3;
}
.AnyTagClassName
{
color: #949EC3;
}
</style>
background-color css
<style>
a { background-color: #949EC3; }
a { background-color: rgb(148,158,195); }
div.DivClassName
{
background-color: #949EC3;
}
.BgClassName
{
background-color: #949EC3;
}
</style>
border-color css
<style>
span { border-color: #949EC3; }
span { border-color: rgb(148,158,195); }
td.TdClassName
{
border-color: #949EC3;
}
.TagClassName
{
border-color: #949EC3;
}
</style>