Shades of Rock Blue #949CBC
Tints of Rock Blue #949CBC
RGB
CMYK
RGB Variations
Color information
#949CBC (or 0x949CBC) is known color: Rock Blue. HEX triplet: 94, 9C and BC. RGB value is (148,156,188). Sum of RGB (Red+Green+Blue) = 148+156+188=492 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.08% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 188 - color contains mainly: blue. Hex color #949CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949CBC is #6B6343. Grayscale: #9D9D9D. Windows color (decimal): -7037764 or 12360852. OLE color: 12360852.
HSL color Cylindrical-coordinate representation of color #949CBC: hue angle of 228º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #949CBC is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 156 | 188 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.26 |
| HSL | 228º | 0.23% | 0.66% | - |
| HSV(B) | 228º | 0.21% | 0.74% | - |
| XYZ | 33.18 | 33.7 | 52.33 | - |
| YUV | 157.26 | 145.35 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 156 | 188 | 0.21 | 0.17 | 0 | 0.26 | 228 | 0.23 | 0.66 |
| Hex | 94 | 9C | BC | 15 | 11 | 0 | 1A | E4 | 17 | 42 |
| Octal | 224 | 234 | 274 | 25 | 21 | 0 | 32 | 344 | 27 | 102 |
| Binary | 10010100 | 10011100 | 10111100 | 10101 | 10001 | 0 | 11010 | 11100100 | 10111 | 1000010 |
Color Harmonies of #949CBC
Complementary color
Monochromatic Colors of #949CBC
Black with #949CBC
Text Example
Text Example
White with #949CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949CBC; }
p { color: rgb(148,156,188); }
H1.HeaderClassName
{
color: #949CBC;
}
.AnyTagClassName
{
color: #949CBC;
}
</style>
background-color css
<style>
a { background-color: #949CBC; }
a { background-color: rgb(148,156,188); }
div.DivClassName
{
background-color: #949CBC;
}
.BgClassName
{
background-color: #949CBC;
}
</style>
border-color css
<style>
span { border-color: #949CBC; }
span { border-color: rgb(148,156,188); }
td.TdClassName
{
border-color: #949CBC;
}
.TagClassName
{
border-color: #949CBC;
}
</style>