Shades of Rock Blue #949CB7
Tints of Rock Blue #949CB7
RGB
CMYK
RGB Variations
Color information
#949CB7 (or 0x949CB7) is known color: Rock Blue. HEX triplet: 94, 9C and B7. RGB value is (148,156,183). Sum of RGB (Red+Green+Blue) = 148+156+183=487 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.39% from 487); Green value is 156 (61.33% from 255 or 32.03% from 487); Blue value is 183 (71.88% from 255 or 37.58% from 487); Max value from RGB is 183 - color contains mainly: blue. Hex color #949CB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949CB7 is #6B6348. Grayscale: #9C9C9C. Windows color (decimal): -7037769 or 12033172. OLE color: 12033172.
HSL color Cylindrical-coordinate representation of color #949CB7: hue angle of 226.29º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #949CB7 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 148 | 156 | 183 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.28 |
| HSL | 226.29º | 0.2% | 0.65% | - |
| HSV(B) | 226.29º | 0.19% | 0.72% | - |
| XYZ | 32.65 | 33.49 | 49.54 | - |
| YUV | 156.69 | 142.85 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 156 | 183 | 0.19 | 0.15 | 0 | 0.28 | 226.29 | 0.2 | 0.65 |
| Hex | 94 | 9C | B7 | 13 | F | 0 | 1C | E2 | 14 | 41 |
| Octal | 224 | 234 | 267 | 23 | 17 | 0 | 34 | 342 | 24 | 101 |
| Binary | 10010100 | 10011100 | 10110111 | 10011 | 1111 | 0 | 11100 | 11100010 | 10100 | 1000001 |
Color Harmonies of #949CB7
Complementary color
Monochromatic Colors of #949CB7
Black with #949CB7
Text Example
Text Example
White with #949CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949CB7; }
p { color: rgb(148,156,183); }
H1.HeaderClassName
{
color: #949CB7;
}
.AnyTagClassName
{
color: #949CB7;
}
</style>
background-color css
<style>
a { background-color: #949CB7; }
a { background-color: rgb(148,156,183); }
div.DivClassName
{
background-color: #949CB7;
}
.BgClassName
{
background-color: #949CB7;
}
</style>
border-color css
<style>
span { border-color: #949CB7; }
span { border-color: rgb(148,156,183); }
td.TdClassName
{
border-color: #949CB7;
}
.TagClassName
{
border-color: #949CB7;
}
</style>