Shades of Rock Blue #949CB8
Tints of Rock Blue #949CB8
RGB
CMYK
RGB Variations
Color information
#949CB8 (or 0x949CB8) is known color: Rock Blue. HEX triplet: 94, 9C and B8. RGB value is (148,156,184). Sum of RGB (Red+Green+Blue) = 148+156+184=488 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.33% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 184 (72.27% from 255 or 37.70% from 488); Max value from RGB is 184 - color contains mainly: blue. Hex color #949CB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949CB8 is #6B6347. Grayscale: #9C9C9C. Windows color (decimal): -7037768 or 12098708. OLE color: 12098708.
HSL color Cylindrical-coordinate representation of color #949CB8: hue angle of 226.67º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #949CB8 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 148 | 156 | 184 | - |
| CMYK | 0.20 | 0.15 | 0 | 0.28 |
| HSL | 226.67º | 0.2% | 0.65% | - |
| HSV(B) | 226.67º | 0.2% | 0.72% | - |
| XYZ | 32.75 | 33.53 | 50.09 | - |
| YUV | 156.8 | 143.35 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 156 | 184 | 0.20 | 0.15 | 0 | 0.28 | 226.67 | 0.2 | 0.65 |
| Hex | 94 | 9C | B8 | 14 | F | 0 | 1C | E3 | 14 | 41 |
| Octal | 224 | 234 | 270 | 24 | 17 | 0 | 34 | 343 | 24 | 101 |
| Binary | 10010100 | 10011100 | 10111000 | 10100 | 1111 | 0 | 11100 | 11100011 | 10100 | 1000001 |
Color Harmonies of #949CB8
Complementary color
Monochromatic Colors of #949CB8
Black with #949CB8
Text Example
Text Example
White with #949CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949CB8; }
p { color: rgb(148,156,184); }
H1.HeaderClassName
{
color: #949CB8;
}
.AnyTagClassName
{
color: #949CB8;
}
</style>
background-color css
<style>
a { background-color: #949CB8; }
a { background-color: rgb(148,156,184); }
div.DivClassName
{
background-color: #949CB8;
}
.BgClassName
{
background-color: #949CB8;
}
</style>
border-color css
<style>
span { border-color: #949CB8; }
span { border-color: rgb(148,156,184); }
td.TdClassName
{
border-color: #949CB8;
}
.TagClassName
{
border-color: #949CB8;
}
</style>