Shades of Portage #7F8CDA
Tints of Portage #7F8CDA
RGB
CMYK
RGB Variations
Color information
#7F8CDA (or 0x7F8CDA) is known color: Portage. HEX triplet: 7F, 8C and DA. RGB value is (127,140,218). Sum of RGB (Red+Green+Blue) = 127+140+218=485 (64% of max value = 765). Red value is 127 (50% from 255 or 26.19% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #7F8CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8CDA is #807325. Grayscale: #909090. Windows color (decimal): -8418086 or 14322815. OLE color: 14322815.
HSL color Cylindrical-coordinate representation of color #7F8CDA: hue angle of 231.43º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F8CDA is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 140 | 218 | - |
| CMYK | 0.42 | 0.36 | 0 | 0.15 |
| HSL | 231.43º | 0.55% | 0.68% | - |
| HSV(B) | 231.43º | 0.42% | 0.85% | - |
| XYZ | 30.79 | 28.33 | 70.18 | - |
| YUV | 145.01 | 169.19 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 140 | 218 | 0.42 | 0.36 | 0 | 0.15 | 231.43 | 0.55 | 0.68 |
| Hex | 7F | 8C | DA | 2A | 24 | 0 | F | E7 | 37 | 44 |
| Octal | 177 | 214 | 332 | 52 | 44 | 0 | 17 | 347 | 67 | 104 |
| Binary | 1111111 | 10001100 | 11011010 | 101010 | 100100 | 0 | 1111 | 11100111 | 110111 | 1000100 |
Color Harmonies of #7F8CDA
Complementary color
Monochromatic Colors of #7F8CDA
Black with #7F8CDA
Text Example
Text Example
White with #7F8CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8CDA; }
p { color: rgb(127,140,218); }
H1.HeaderClassName
{
color: #7F8CDA;
}
.AnyTagClassName
{
color: #7F8CDA;
}
</style>
background-color css
<style>
a { background-color: #7F8CDA; }
a { background-color: rgb(127,140,218); }
div.DivClassName
{
background-color: #7F8CDA;
}
.BgClassName
{
background-color: #7F8CDA;
}
</style>
border-color css
<style>
span { border-color: #7F8CDA; }
span { border-color: rgb(127,140,218); }
td.TdClassName
{
border-color: #7F8CDA;
}
.TagClassName
{
border-color: #7F8CDA;
}
</style>