Shades of Portage #879BED
Tints of Portage #879BED
RGB
CMYK
RGB Variations
Color information
#879BED (or 0x879BED) is known color: Portage. HEX triplet: 87, 9B and ED. RGB value is (135,155,237). Sum of RGB (Red+Green+Blue) = 135+155+237=527 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.62% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #879BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879BED is #786412. Grayscale: #9E9E9E. Windows color (decimal): -7889939 or 15571847. OLE color: 15571847.
HSL color Cylindrical-coordinate representation of color #879BED: hue angle of 228.24º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #879BED is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 155 | 237 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.07 |
| HSL | 228.24º | 0.74% | 0.73% | - |
| HSV(B) | 228.24º | 0.43% | 0.93% | - |
| XYZ | 37 | 34.71 | 84.87 | - |
| YUV | 158.37 | 172.37 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 155 | 237 | 0.43 | 0.35 | 0 | 0.07 | 228.24 | 0.74 | 0.73 |
| Hex | 87 | 9B | ED | 2B | 23 | 0 | 7 | E4 | 4A | 49 |
| Octal | 207 | 233 | 355 | 53 | 43 | 0 | 7 | 344 | 112 | 111 |
| Binary | 10000111 | 10011011 | 11101101 | 101011 | 100011 | 0 | 111 | 11100100 | 1001010 | 1001001 |
Color Harmonies of #879BED
Complementary color
Monochromatic Colors of #879BED
Black with #879BED
Text Example
Text Example
White with #879BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879BED; }
p { color: rgb(135,155,237); }
H1.HeaderClassName
{
color: #879BED;
}
.AnyTagClassName
{
color: #879BED;
}
</style>
background-color css
<style>
a { background-color: #879BED; }
a { background-color: rgb(135,155,237); }
div.DivClassName
{
background-color: #879BED;
}
.BgClassName
{
background-color: #879BED;
}
</style>
border-color css
<style>
span { border-color: #879BED; }
span { border-color: rgb(135,155,237); }
td.TdClassName
{
border-color: #879BED;
}
.TagClassName
{
border-color: #879BED;
}
</style>