Shades of Rock Blue #949CC0
Tints of Rock Blue #949CC0
RGB
CMYK
RGB Variations
Color information
#949CC0 (or 0x949CC0) is known color: Rock Blue. HEX triplet: 94, 9C and C0. RGB value is (148,156,192). Sum of RGB (Red+Green+Blue) = 148+156+192=496 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.84% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 192 - color contains mainly: blue. Hex color #949CC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949CC0 is #6B633F. Grayscale: #9D9D9D. Windows color (decimal): -7037760 or 12622996. OLE color: 12622996.
HSL color Cylindrical-coordinate representation of color #949CC0: hue angle of 229.09º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #949CC0 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 156 | 192 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.25 |
| HSL | 229.09º | 0.26% | 0.67% | - |
| HSV(B) | 229.09º | 0.23% | 0.75% | - |
| XYZ | 33.62 | 33.88 | 54.64 | - |
| YUV | 157.71 | 147.35 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 156 | 192 | 0.23 | 0.19 | 0 | 0.25 | 229.09 | 0.26 | 0.67 |
| Hex | 94 | 9C | C0 | 17 | 13 | 0 | 19 | E5 | 1A | 43 |
| Octal | 224 | 234 | 300 | 27 | 23 | 0 | 31 | 345 | 32 | 103 |
| Binary | 10010100 | 10011100 | 11000000 | 10111 | 10011 | 0 | 11001 | 11100101 | 11010 | 1000011 |
Color Harmonies of #949CC0
Complementary color
Monochromatic Colors of #949CC0
Black with #949CC0
Text Example
Text Example
White with #949CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949CC0; }
p { color: rgb(148,156,192); }
H1.HeaderClassName
{
color: #949CC0;
}
.AnyTagClassName
{
color: #949CC0;
}
</style>
background-color css
<style>
a { background-color: #949CC0; }
a { background-color: rgb(148,156,192); }
div.DivClassName
{
background-color: #949CC0;
}
.BgClassName
{
background-color: #949CC0;
}
</style>
border-color css
<style>
span { border-color: #949CC0; }
span { border-color: rgb(148,156,192); }
td.TdClassName
{
border-color: #949CC0;
}
.TagClassName
{
border-color: #949CC0;
}
</style>