Shades of Portage #7F88DC
Tints of Portage #7F88DC
RGB
CMYK
RGB Variations
Color information
#7F88DC (or 0x7F88DC) is known color: Portage. HEX triplet: 7F, 88 and DC. RGB value is (127,136,220). Sum of RGB (Red+Green+Blue) = 127+136+220=483 (63% of max value = 765). Red value is 127 (50% from 255 or 26.29% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F88DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F88DC is #807723. Grayscale: #8E8E8E. Windows color (decimal): -8419108 or 14452863. OLE color: 14452863.
HSL color Cylindrical-coordinate representation of color #7F88DC: hue angle of 234.19º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F88DC is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 136 | 220 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.14 |
| HSL | 234.19º | 0.57% | 0.68% | - |
| HSV(B) | 234.19º | 0.42% | 0.86% | - |
| XYZ | 30.47 | 27.29 | 71.37 | - |
| YUV | 142.89 | 171.52 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 136 | 220 | 0.42 | 0.38 | 0 | 0.14 | 234.19 | 0.57 | 0.68 |
| Hex | 7F | 88 | DC | 2A | 26 | 0 | E | EA | 39 | 44 |
| Octal | 177 | 210 | 334 | 52 | 46 | 0 | 16 | 352 | 71 | 104 |
| Binary | 1111111 | 10001000 | 11011100 | 101010 | 100110 | 0 | 1110 | 11101010 | 111001 | 1000100 |
Color Harmonies of #7F88DC
Complementary color
Monochromatic Colors of #7F88DC
Black with #7F88DC
Text Example
Text Example
White with #7F88DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F88DC; }
p { color: rgb(127,136,220); }
H1.HeaderClassName
{
color: #7F88DC;
}
.AnyTagClassName
{
color: #7F88DC;
}
</style>
background-color css
<style>
a { background-color: #7F88DC; }
a { background-color: rgb(127,136,220); }
div.DivClassName
{
background-color: #7F88DC;
}
.BgClassName
{
background-color: #7F88DC;
}
</style>
border-color css
<style>
span { border-color: #7F88DC; }
span { border-color: rgb(127,136,220); }
td.TdClassName
{
border-color: #7F88DC;
}
.TagClassName
{
border-color: #7F88DC;
}
</style>