Shades of Portage #7F98D1
Tints of Portage #7F98D1
RGB
CMYK
RGB Variations
Color information
#7F98D1 (or 0x7F98D1) is known color: Portage. HEX triplet: 7F, 98 and D1. RGB value is (127,152,209). Sum of RGB (Red+Green+Blue) = 127+152+209=488 (64% of max value = 765). Red value is 127 (50% from 255 or 26.02% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 209 - color contains mainly: blue. Hex color #7F98D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F98D1 is #80672E. Grayscale: #969696. Windows color (decimal): -8415023 or 13736063. OLE color: 13736063.
HSL color Cylindrical-coordinate representation of color #7F98D1: hue angle of 221.71º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7F98D1 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 127 | 152 | 209 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.18 |
| HSL | 221.71º | 0.47% | 0.66% | - |
| HSV(B) | 221.71º | 0.39% | 0.82% | - |
| XYZ | 31.49 | 31.57 | 64.76 | - |
| YUV | 151.02 | 160.72 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 152 | 209 | 0.39 | 0.27 | 0 | 0.18 | 221.71 | 0.47 | 0.66 |
| Hex | 7F | 98 | D1 | 27 | 1B | 0 | 12 | DE | 2F | 42 |
| Octal | 177 | 230 | 321 | 47 | 33 | 0 | 22 | 336 | 57 | 102 |
| Binary | 1111111 | 10011000 | 11010001 | 100111 | 11011 | 0 | 10010 | 11011110 | 101111 | 1000010 |
Color Harmonies of #7F98D1
Complementary color
Monochromatic Colors of #7F98D1
Black with #7F98D1
Text Example
Text Example
White with #7F98D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F98D1; }
p { color: rgb(127,152,209); }
H1.HeaderClassName
{
color: #7F98D1;
}
.AnyTagClassName
{
color: #7F98D1;
}
</style>
background-color css
<style>
a { background-color: #7F98D1; }
a { background-color: rgb(127,152,209); }
div.DivClassName
{
background-color: #7F98D1;
}
.BgClassName
{
background-color: #7F98D1;
}
</style>
border-color css
<style>
span { border-color: #7F98D1; }
span { border-color: rgb(127,152,209); }
td.TdClassName
{
border-color: #7F98D1;
}
.TagClassName
{
border-color: #7F98D1;
}
</style>