Shades of Rock Blue #879CC2
Tints of Rock Blue #879CC2
RGB
CMYK
RGB Variations
Color information
#879CC2 (or 0x879CC2) is known color: Rock Blue. HEX triplet: 87, 9C and C2. RGB value is (135,156,194). Sum of RGB (Red+Green+Blue) = 135+156+194=485 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.84% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 194 (76.17% from 255 or 40% from 485); Max value from RGB is 194 - color contains mainly: blue. Hex color #879CC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879CC2 is #78633D. Grayscale: #999999. Windows color (decimal): -7889726 or 12754055. OLE color: 12754055.
HSL color Cylindrical-coordinate representation of color #879CC2: hue angle of 218.64º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #879CC2 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 156 | 194 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.24 |
| HSL | 218.64º | 0.33% | 0.65% | - |
| HSV(B) | 218.64º | 0.3% | 0.76% | - |
| XYZ | 31.62 | 32.82 | 55.71 | - |
| YUV | 154.05 | 150.54 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 156 | 194 | 0.30 | 0.20 | 0 | 0.24 | 218.64 | 0.33 | 0.65 |
| Hex | 87 | 9C | C2 | 1E | 14 | 0 | 18 | DB | 21 | 41 |
| Octal | 207 | 234 | 302 | 36 | 24 | 0 | 30 | 333 | 41 | 101 |
| Binary | 10000111 | 10011100 | 11000010 | 11110 | 10100 | 0 | 11000 | 11011011 | 100001 | 1000001 |
Color Harmonies of #879CC2
Complementary color
Monochromatic Colors of #879CC2
Black with #879CC2
Text Example
Text Example
White with #879CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879CC2; }
p { color: rgb(135,156,194); }
H1.HeaderClassName
{
color: #879CC2;
}
.AnyTagClassName
{
color: #879CC2;
}
</style>
background-color css
<style>
a { background-color: #879CC2; }
a { background-color: rgb(135,156,194); }
div.DivClassName
{
background-color: #879CC2;
}
.BgClassName
{
background-color: #879CC2;
}
</style>
border-color css
<style>
span { border-color: #879CC2; }
span { border-color: rgb(135,156,194); }
td.TdClassName
{
border-color: #879CC2;
}
.TagClassName
{
border-color: #879CC2;
}
</style>