Shades of Portage #7F8DCE
Tints of Portage #7F8DCE
RGB
CMYK
RGB Variations
Color information
#7F8DCE (or 0x7F8DCE) is known color: Portage. HEX triplet: 7F, 8D and CE. RGB value is (127,141,206). Sum of RGB (Red+Green+Blue) = 127+141+206=474 (62% of max value = 765). Red value is 127 (50% from 255 or 26.79% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F8DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8DCE is #807231. Grayscale: #8F8F8F. Windows color (decimal): -8417842 or 13536639. OLE color: 13536639.
HSL color Cylindrical-coordinate representation of color #7F8DCE: hue angle of 229.37º 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 #7F8DCE is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 141 | 206 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.19 |
| HSL | 229.37º | 0.45% | 0.65% | - |
| HSV(B) | 229.37º | 0.38% | 0.81% | - |
| XYZ | 29.42 | 28.02 | 62.25 | - |
| YUV | 144.22 | 162.86 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 141 | 206 | 0.38 | 0.32 | 0 | 0.19 | 229.37 | 0.45 | 0.65 |
| Hex | 7F | 8D | CE | 26 | 20 | 0 | 13 | E5 | 2D | 41 |
| Octal | 177 | 215 | 316 | 46 | 40 | 0 | 23 | 345 | 55 | 101 |
| Binary | 1111111 | 10001101 | 11001110 | 100110 | 100000 | 0 | 10011 | 11100101 | 101101 | 1000001 |
Color Harmonies of #7F8DCE
Complementary color
Monochromatic Colors of #7F8DCE
Black with #7F8DCE
Text Example
Text Example
White with #7F8DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8DCE; }
p { color: rgb(127,141,206); }
H1.HeaderClassName
{
color: #7F8DCE;
}
.AnyTagClassName
{
color: #7F8DCE;
}
</style>
background-color css
<style>
a { background-color: #7F8DCE; }
a { background-color: rgb(127,141,206); }
div.DivClassName
{
background-color: #7F8DCE;
}
.BgClassName
{
background-color: #7F8DCE;
}
</style>
border-color css
<style>
span { border-color: #7F8DCE; }
span { border-color: rgb(127,141,206); }
td.TdClassName
{
border-color: #7F8DCE;
}
.TagClassName
{
border-color: #7F8DCE;
}
</style>