Shades of Portage #7F8BEC
Tints of Portage #7F8BEC
RGB
CMYK
RGB Variations
Color information
#7F8BEC (or 0x7F8BEC) is known color: Portage. HEX triplet: 7F, 8B and EC. RGB value is (127,139,236). Sum of RGB (Red+Green+Blue) = 127+139+236=502 (66% of max value = 765). Red value is 127 (50% from 255 or 25.30% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #7F8BEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F8BEC is #807413. Grayscale: #929292. Windows color (decimal): -8418324 or 15502207. OLE color: 15502207.
HSL color Cylindrical-coordinate representation of color #7F8BEC: hue angle of 233.39º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F8BEC is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 139 | 236 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.07 |
| HSL | 233.39º | 0.74% | 0.71% | - |
| HSV(B) | 233.39º | 0.46% | 0.93% | - |
| XYZ | 33.13 | 29.03 | 83.21 | - |
| YUV | 146.47 | 178.52 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 139 | 236 | 0.46 | 0.41 | 0 | 0.07 | 233.39 | 0.74 | 0.71 |
| Hex | 7F | 8B | EC | 2E | 29 | 0 | 7 | E9 | 4A | 47 |
| Octal | 177 | 213 | 354 | 56 | 51 | 0 | 7 | 351 | 112 | 107 |
| Binary | 1111111 | 10001011 | 11101100 | 101110 | 101001 | 0 | 111 | 11101001 | 1001010 | 1000111 |
Color Harmonies of #7F8BEC
Complementary color
Monochromatic Colors of #7F8BEC
Black with #7F8BEC
Text Example
Text Example
White with #7F8BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8BEC; }
p { color: rgb(127,139,236); }
H1.HeaderClassName
{
color: #7F8BEC;
}
.AnyTagClassName
{
color: #7F8BEC;
}
</style>
background-color css
<style>
a { background-color: #7F8BEC; }
a { background-color: rgb(127,139,236); }
div.DivClassName
{
background-color: #7F8BEC;
}
.BgClassName
{
background-color: #7F8BEC;
}
</style>
border-color css
<style>
span { border-color: #7F8BEC; }
span { border-color: rgb(127,139,236); }
td.TdClassName
{
border-color: #7F8BEC;
}
.TagClassName
{
border-color: #7F8BEC;
}
</style>