Shades of Portage #7F8FDA
Tints of Portage #7F8FDA
RGB
CMYK
RGB Variations
Color information
#7F8FDA (or 0x7F8FDA) is known color: Portage. HEX triplet: 7F, 8F and DA. RGB value is (127,143,218). Sum of RGB (Red+Green+Blue) = 127+143+218=488 (64% of max value = 765). Red value is 127 (50% from 255 or 26.02% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #7F8FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8FDA is #807025. Grayscale: #929292. Windows color (decimal): -8417318 or 14323583. OLE color: 14323583.
HSL color Cylindrical-coordinate representation of color #7F8FDA: hue angle of 229.45º 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 #7F8FDA is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 143 | 218 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.15 |
| HSL | 229.45º | 0.55% | 0.68% | - |
| HSV(B) | 229.45º | 0.42% | 0.85% | - |
| XYZ | 31.23 | 29.22 | 70.32 | - |
| YUV | 146.77 | 168.2 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 143 | 218 | 0.42 | 0.34 | 0 | 0.15 | 229.45 | 0.55 | 0.68 |
| Hex | 7F | 8F | DA | 2A | 22 | 0 | F | E5 | 37 | 44 |
| Octal | 177 | 217 | 332 | 52 | 42 | 0 | 17 | 345 | 67 | 104 |
| Binary | 1111111 | 10001111 | 11011010 | 101010 | 100010 | 0 | 1111 | 11100101 | 110111 | 1000100 |
Color Harmonies of #7F8FDA
Complementary color
Monochromatic Colors of #7F8FDA
Black with #7F8FDA
Text Example
Text Example
White with #7F8FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8FDA; }
p { color: rgb(127,143,218); }
H1.HeaderClassName
{
color: #7F8FDA;
}
.AnyTagClassName
{
color: #7F8FDA;
}
</style>
background-color css
<style>
a { background-color: #7F8FDA; }
a { background-color: rgb(127,143,218); }
div.DivClassName
{
background-color: #7F8FDA;
}
.BgClassName
{
background-color: #7F8FDA;
}
</style>
border-color css
<style>
span { border-color: #7F8FDA; }
span { border-color: rgb(127,143,218); }
td.TdClassName
{
border-color: #7F8FDA;
}
.TagClassName
{
border-color: #7F8FDA;
}
</style>