Shades of Portage #7F8AEC
Tints of Portage #7F8AEC
RGB
CMYK
RGB Variations
Color information
#7F8AEC (or 0x7F8AEC) is known color: Portage. HEX triplet: 7F, 8A and EC. RGB value is (127,138,236). Sum of RGB (Red+Green+Blue) = 127+138+236=501 (66% of max value = 765). Red value is 127 (50% from 255 or 25.35% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #7F8AEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F8AEC is #807513. Grayscale: #919191. Windows color (decimal): -8418580 or 15501951. OLE color: 15501951.
HSL color Cylindrical-coordinate representation of color #7F8AEC: hue angle of 233.94º 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 #7F8AEC is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 138 | 236 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.07 |
| HSL | 233.95º | 0.74% | 0.71% | - |
| HSV(B) | 233.95º | 0.46% | 0.93% | - |
| XYZ | 32.98 | 28.75 | 83.17 | - |
| YUV | 145.88 | 178.86 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 138 | 236 | 0.46 | 0.42 | 0 | 0.07 | 233.95 | 0.74 | 0.71 |
| Hex | 7F | 8A | EC | 2E | 2A | 0 | 7 | EA | 4A | 47 |
| Octal | 177 | 212 | 354 | 56 | 52 | 0 | 7 | 352 | 112 | 107 |
| Binary | 1111111 | 10001010 | 11101100 | 101110 | 101010 | 0 | 111 | 11101010 | 1001010 | 1000111 |
Color Harmonies of #7F8AEC
Complementary color
Monochromatic Colors of #7F8AEC
Black with #7F8AEC
Text Example
Text Example
White with #7F8AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8AEC; }
p { color: rgb(127,138,236); }
H1.HeaderClassName
{
color: #7F8AEC;
}
.AnyTagClassName
{
color: #7F8AEC;
}
</style>
background-color css
<style>
a { background-color: #7F8AEC; }
a { background-color: rgb(127,138,236); }
div.DivClassName
{
background-color: #7F8AEC;
}
.BgClassName
{
background-color: #7F8AEC;
}
</style>
border-color css
<style>
span { border-color: #7F8AEC; }
span { border-color: rgb(127,138,236); }
td.TdClassName
{
border-color: #7F8AEC;
}
.TagClassName
{
border-color: #7F8AEC;
}
</style>