Shades of Rock Blue #879AC2
Tints of Rock Blue #879AC2
RGB
CMYK
RGB Variations
Color information
#879AC2 (or 0x879AC2) is known color: Rock Blue. HEX triplet: 87, 9A and C2. RGB value is (135,154,194). Sum of RGB (Red+Green+Blue) = 135+154+194=483 (63% of max value = 765). Red value is 135 (53.12% from 255 or 27.95% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 194 (76.17% from 255 or 40.17% from 483); Max value from RGB is 194 - color contains mainly: blue. Hex color #879AC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879AC2 is #78653D. Grayscale: #989898. Windows color (decimal): -7890238 or 12753543. OLE color: 12753543.
HSL color Cylindrical-coordinate representation of color #879AC2: hue angle of 220.68º 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 #879AC2 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 154 | 194 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.24 |
| HSL | 220.68º | 0.33% | 0.65% | - |
| HSV(B) | 220.68º | 0.3% | 0.76% | - |
| XYZ | 31.28 | 32.16 | 55.6 | - |
| YUV | 152.88 | 151.21 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 154 | 194 | 0.30 | 0.21 | 0 | 0.24 | 220.68 | 0.33 | 0.65 |
| Hex | 87 | 9A | C2 | 1E | 15 | 0 | 18 | DD | 21 | 41 |
| Octal | 207 | 232 | 302 | 36 | 25 | 0 | 30 | 335 | 41 | 101 |
| Binary | 10000111 | 10011010 | 11000010 | 11110 | 10101 | 0 | 11000 | 11011101 | 100001 | 1000001 |
Color Harmonies of #879AC2
Complementary color
Monochromatic Colors of #879AC2
Black with #879AC2
Text Example
Text Example
White with #879AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879AC2; }
p { color: rgb(135,154,194); }
H1.HeaderClassName
{
color: #879AC2;
}
.AnyTagClassName
{
color: #879AC2;
}
</style>
background-color css
<style>
a { background-color: #879AC2; }
a { background-color: rgb(135,154,194); }
div.DivClassName
{
background-color: #879AC2;
}
.BgClassName
{
background-color: #879AC2;
}
</style>
border-color css
<style>
span { border-color: #879AC2; }
span { border-color: rgb(135,154,194); }
td.TdClassName
{
border-color: #879AC2;
}
.TagClassName
{
border-color: #879AC2;
}
</style>