Shades of Portage #7F8FEE
Tints of Portage #7F8FEE
RGB
CMYK
RGB Variations
Color information
#7F8FEE (or 0x7F8FEE) is known color: Portage. HEX triplet: 7F, 8F and EE. RGB value is (127,143,238). Sum of RGB (Red+Green+Blue) = 127+143+238=508 (67% of max value = 765). Red value is 127 (50% from 255 or 25% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #7F8FEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F8FEE is #807011. Grayscale: #949494. Windows color (decimal): -8417298 or 15634303. OLE color: 15634303.
HSL color Cylindrical-coordinate representation of color #7F8FEE: hue angle of 231.35º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F8FEE is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 143 | 238 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.07 |
| HSL | 231.35º | 0.77% | 0.72% | - |
| HSV(B) | 231.35º | 0.47% | 0.93% | - |
| XYZ | 34.01 | 30.33 | 84.95 | - |
| YUV | 149.05 | 178.2 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 143 | 238 | 0.47 | 0.40 | 0 | 0.07 | 231.35 | 0.77 | 0.72 |
| Hex | 7F | 8F | EE | 2F | 28 | 0 | 7 | E7 | 4D | 48 |
| Octal | 177 | 217 | 356 | 57 | 50 | 0 | 7 | 347 | 115 | 110 |
| Binary | 1111111 | 10001111 | 11101110 | 101111 | 101000 | 0 | 111 | 11100111 | 1001101 | 1001000 |
Color Harmonies of #7F8FEE
Complementary color
Monochromatic Colors of #7F8FEE
Black with #7F8FEE
Text Example
Text Example
White with #7F8FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8FEE; }
p { color: rgb(127,143,238); }
H1.HeaderClassName
{
color: #7F8FEE;
}
.AnyTagClassName
{
color: #7F8FEE;
}
</style>
background-color css
<style>
a { background-color: #7F8FEE; }
a { background-color: rgb(127,143,238); }
div.DivClassName
{
background-color: #7F8FEE;
}
.BgClassName
{
background-color: #7F8FEE;
}
</style>
border-color css
<style>
span { border-color: #7F8FEE; }
span { border-color: rgb(127,143,238); }
td.TdClassName
{
border-color: #7F8FEE;
}
.TagClassName
{
border-color: #7F8FEE;
}
</style>