Shades of Rock Blue #879EC1
Tints of Rock Blue #879EC1
RGB
CMYK
RGB Variations
Color information
#879EC1 (or 0x879EC1) is known color: Rock Blue. HEX triplet: 87, 9E and C1. RGB value is (135,158,193). Sum of RGB (Red+Green+Blue) = 135+158+193=486 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.78% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 193 - color contains mainly: blue. Hex color #879EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879EC1 is #78613E. Grayscale: #9A9A9A. Windows color (decimal): -7889215 or 12689031. OLE color: 12689031.
HSL color Cylindrical-coordinate representation of color #879EC1: hue angle of 216.21º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #879EC1 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 158 | 193 | - |
| CMYK | 0.30 | 0.18 | 0 | 0.24 |
| HSL | 216.21º | 0.32% | 0.64% | - |
| HSV(B) | 216.21º | 0.3% | 0.76% | - |
| XYZ | 31.84 | 33.45 | 55.23 | - |
| YUV | 155.11 | 149.38 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 158 | 193 | 0.30 | 0.18 | 0 | 0.24 | 216.21 | 0.32 | 0.64 |
| Hex | 87 | 9E | C1 | 1E | 12 | 0 | 18 | D8 | 20 | 40 |
| Octal | 207 | 236 | 301 | 36 | 22 | 0 | 30 | 330 | 40 | 100 |
| Binary | 10000111 | 10011110 | 11000001 | 11110 | 10010 | 0 | 11000 | 11011000 | 100000 | 1000000 |
Color Harmonies of #879EC1
Complementary color
Monochromatic Colors of #879EC1
Black with #879EC1
Text Example
Text Example
White with #879EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879EC1; }
p { color: rgb(135,158,193); }
H1.HeaderClassName
{
color: #879EC1;
}
.AnyTagClassName
{
color: #879EC1;
}
</style>
background-color css
<style>
a { background-color: #879EC1; }
a { background-color: rgb(135,158,193); }
div.DivClassName
{
background-color: #879EC1;
}
.BgClassName
{
background-color: #879EC1;
}
</style>
border-color css
<style>
span { border-color: #879EC1; }
span { border-color: rgb(135,158,193); }
td.TdClassName
{
border-color: #879EC1;
}
.TagClassName
{
border-color: #879EC1;
}
</style>