Shades of Portage #7F8EDD
Tints of Portage #7F8EDD
RGB
CMYK
RGB Variations
Color information
#7F8EDD (or 0x7F8EDD) is known color: Portage. HEX triplet: 7F, 8E and DD. RGB value is (127,142,221). Sum of RGB (Red+Green+Blue) = 127+142+221=490 (64% of max value = 765). Red value is 127 (50% from 255 or 25.92% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #7F8EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8EDD is #807122. Grayscale: #929292. Windows color (decimal): -8417571 or 14519935. OLE color: 14519935.
HSL color Cylindrical-coordinate representation of color #7F8EDD: hue angle of 230.43º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F8EDD is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 142 | 221 | - |
| CMYK | 0.43 | 0.36 | 0 | 0.13 |
| HSL | 230.43º | 0.58% | 0.68% | - |
| HSV(B) | 230.43º | 0.43% | 0.87% | - |
| XYZ | 31.48 | 29.08 | 72.36 | - |
| YUV | 146.52 | 170.03 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 142 | 221 | 0.43 | 0.36 | 0 | 0.13 | 230.43 | 0.58 | 0.68 |
| Hex | 7F | 8E | DD | 2B | 24 | 0 | D | E6 | 3A | 44 |
| Octal | 177 | 216 | 335 | 53 | 44 | 0 | 15 | 346 | 72 | 104 |
| Binary | 1111111 | 10001110 | 11011101 | 101011 | 100100 | 0 | 1101 | 11100110 | 111010 | 1000100 |
Color Harmonies of #7F8EDD
Complementary color
Monochromatic Colors of #7F8EDD
Black with #7F8EDD
Text Example
Text Example
White with #7F8EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8EDD; }
p { color: rgb(127,142,221); }
H1.HeaderClassName
{
color: #7F8EDD;
}
.AnyTagClassName
{
color: #7F8EDD;
}
</style>
background-color css
<style>
a { background-color: #7F8EDD; }
a { background-color: rgb(127,142,221); }
div.DivClassName
{
background-color: #7F8EDD;
}
.BgClassName
{
background-color: #7F8EDD;
}
</style>
border-color css
<style>
span { border-color: #7F8EDD; }
span { border-color: rgb(127,142,221); }
td.TdClassName
{
border-color: #7F8EDD;
}
.TagClassName
{
border-color: #7F8EDD;
}
</style>