Shades of Rock Blue #949CB0
Tints of Rock Blue #949CB0
RGB
CMYK
RGB Variations
Color information
#949CB0 (or 0x949CB0) is known color: Rock Blue. HEX triplet: 94, 9C and B0. RGB value is (148,156,176). Sum of RGB (Red+Green+Blue) = 148+156+176=480 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.83% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 176 (69.14% from 255 or 36.67% from 480); Max value from RGB is 176 - color contains mainly: blue. Hex color #949CB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949CB0 is #6B634F. Grayscale: #9B9B9B. Windows color (decimal): -7037776 or 11574420. OLE color: 11574420.
HSL color Cylindrical-coordinate representation of color #949CB0: hue angle of 222.86º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #949CB0 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 156 | 176 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.31 |
| HSL | 222.86º | 0.15% | 0.64% | - |
| HSV(B) | 222.86º | 0.16% | 0.69% | - |
| XYZ | 31.94 | 33.21 | 45.8 | - |
| YUV | 155.89 | 139.35 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 156 | 176 | 0.16 | 0.11 | 0 | 0.31 | 222.86 | 0.15 | 0.64 |
| Hex | 94 | 9C | B0 | 10 | B | 0 | 1F | DF | F | 40 |
| Octal | 224 | 234 | 260 | 20 | 13 | 0 | 37 | 337 | 17 | 100 |
| Binary | 10010100 | 10011100 | 10110000 | 10000 | 1011 | 0 | 11111 | 11011111 | 1111 | 1000000 |
Color Harmonies of #949CB0
Complementary color
Monochromatic Colors of #949CB0
Black with #949CB0
Text Example
Text Example
White with #949CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949CB0; }
p { color: rgb(148,156,176); }
H1.HeaderClassName
{
color: #949CB0;
}
.AnyTagClassName
{
color: #949CB0;
}
</style>
background-color css
<style>
a { background-color: #949CB0; }
a { background-color: rgb(148,156,176); }
div.DivClassName
{
background-color: #949CB0;
}
.BgClassName
{
background-color: #949CB0;
}
</style>
border-color css
<style>
span { border-color: #949CB0; }
span { border-color: rgb(148,156,176); }
td.TdClassName
{
border-color: #949CB0;
}
.TagClassName
{
border-color: #949CB0;
}
</style>