Shades of Rock Blue #949EC5
Tints of Rock Blue #949EC5
RGB
CMYK
RGB Variations
Color information
#949EC5 (or 0x949EC5) is known color: Rock Blue. HEX triplet: 94, 9E and C5. RGB value is (148,158,197). Sum of RGB (Red+Green+Blue) = 148+158+197=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 197 (77.34% from 255 or 39.17% from 503); Max value from RGB is 197 - color contains mainly: blue. Hex color #949EC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949EC5 is #6B613A. Grayscale: #9F9F9F. Windows color (decimal): -7037243 or 12951188. OLE color: 12951188.
HSL color Cylindrical-coordinate representation of color #949EC5: hue angle of 227.76º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #949EC5 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 148 | 158 | 197 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.23 |
| HSL | 227.76º | 0.3% | 0.68% | - |
| HSV(B) | 227.76º | 0.25% | 0.77% | - |
| XYZ | 34.52 | 34.78 | 57.72 | - |
| YUV | 159.46 | 149.19 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 158 | 197 | 0.25 | 0.20 | 0 | 0.23 | 227.76 | 0.3 | 0.68 |
| Hex | 94 | 9E | C5 | 19 | 14 | 0 | 17 | E4 | 1E | 44 |
| Octal | 224 | 236 | 305 | 31 | 24 | 0 | 27 | 344 | 36 | 104 |
| Binary | 10010100 | 10011110 | 11000101 | 11001 | 10100 | 0 | 10111 | 11100100 | 11110 | 1000100 |
Color Harmonies of #949EC5
Complementary color
Monochromatic Colors of #949EC5
Black with #949EC5
Text Example
Text Example
White with #949EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949EC5; }
p { color: rgb(148,158,197); }
H1.HeaderClassName
{
color: #949EC5;
}
.AnyTagClassName
{
color: #949EC5;
}
</style>
background-color css
<style>
a { background-color: #949EC5; }
a { background-color: rgb(148,158,197); }
div.DivClassName
{
background-color: #949EC5;
}
.BgClassName
{
background-color: #949EC5;
}
</style>
border-color css
<style>
span { border-color: #949EC5; }
span { border-color: rgb(148,158,197); }
td.TdClassName
{
border-color: #949EC5;
}
.TagClassName
{
border-color: #949EC5;
}
</style>