Shades of Rock Blue #879DC1
Tints of Rock Blue #879DC1
RGB
CMYK
RGB Variations
Color information
#879DC1 (or 0x879DC1) is known color: Rock Blue. HEX triplet: 87, 9D and C1. RGB value is (135,157,193). Sum of RGB (Red+Green+Blue) = 135+157+193=485 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.84% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 193 - color contains mainly: blue. Hex color #879DC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879DC1 is #78623E. Grayscale: #9A9A9A. Windows color (decimal): -7889471 or 12688775. OLE color: 12688775.
HSL color Cylindrical-coordinate representation of color #879DC1: hue angle of 217.24º 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 #879DC1 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 157 | 193 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.24 |
| HSL | 217.24º | 0.32% | 0.64% | - |
| HSV(B) | 217.24º | 0.3% | 0.76% | - |
| XYZ | 31.67 | 33.12 | 55.17 | - |
| YUV | 154.53 | 149.71 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 157 | 193 | 0.30 | 0.19 | 0 | 0.24 | 217.24 | 0.32 | 0.64 |
| Hex | 87 | 9D | C1 | 1E | 13 | 0 | 18 | D9 | 20 | 40 |
| Octal | 207 | 235 | 301 | 36 | 23 | 0 | 30 | 331 | 40 | 100 |
| Binary | 10000111 | 10011101 | 11000001 | 11110 | 10011 | 0 | 11000 | 11011001 | 100000 | 1000000 |
Color Harmonies of #879DC1
Complementary color
Monochromatic Colors of #879DC1
Black with #879DC1
Text Example
Text Example
White with #879DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879DC1; }
p { color: rgb(135,157,193); }
H1.HeaderClassName
{
color: #879DC1;
}
.AnyTagClassName
{
color: #879DC1;
}
</style>
background-color css
<style>
a { background-color: #879DC1; }
a { background-color: rgb(135,157,193); }
div.DivClassName
{
background-color: #879DC1;
}
.BgClassName
{
background-color: #879DC1;
}
</style>
border-color css
<style>
span { border-color: #879DC1; }
span { border-color: rgb(135,157,193); }
td.TdClassName
{
border-color: #879DC1;
}
.TagClassName
{
border-color: #879DC1;
}
</style>