Shades of Portage #7F88CE
Tints of Portage #7F88CE
RGB
CMYK
RGB Variations
Color information
#7F88CE (or 0x7F88CE) is known color: Portage. HEX triplet: 7F, 88 and CE. RGB value is (127,136,206). Sum of RGB (Red+Green+Blue) = 127+136+206=469 (62% of max value = 765). Red value is 127 (50% from 255 or 27.08% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F88CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F88CE is #807731. Grayscale: #8D8D8D. Windows color (decimal): -8419122 or 13535359. OLE color: 13535359.
HSL color Cylindrical-coordinate representation of color #7F88CE: hue angle of 233.16º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F88CE is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 136 | 206 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.19 |
| HSL | 233.16º | 0.45% | 0.65% | - |
| HSV(B) | 233.16º | 0.38% | 0.81% | - |
| XYZ | 28.7 | 26.58 | 62.01 | - |
| YUV | 141.29 | 164.52 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 136 | 206 | 0.38 | 0.34 | 0 | 0.19 | 233.16 | 0.45 | 0.65 |
| Hex | 7F | 88 | CE | 26 | 22 | 0 | 13 | E9 | 2D | 41 |
| Octal | 177 | 210 | 316 | 46 | 42 | 0 | 23 | 351 | 55 | 101 |
| Binary | 1111111 | 10001000 | 11001110 | 100110 | 100010 | 0 | 10011 | 11101001 | 101101 | 1000001 |
Color Harmonies of #7F88CE
Complementary color
Monochromatic Colors of #7F88CE
Black with #7F88CE
Text Example
Text Example
White with #7F88CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F88CE; }
p { color: rgb(127,136,206); }
H1.HeaderClassName
{
color: #7F88CE;
}
.AnyTagClassName
{
color: #7F88CE;
}
</style>
background-color css
<style>
a { background-color: #7F88CE; }
a { background-color: rgb(127,136,206); }
div.DivClassName
{
background-color: #7F88CE;
}
.BgClassName
{
background-color: #7F88CE;
}
</style>
border-color css
<style>
span { border-color: #7F88CE; }
span { border-color: rgb(127,136,206); }
td.TdClassName
{
border-color: #7F88CE;
}
.TagClassName
{
border-color: #7F88CE;
}
</style>