Shades of Portage #7F99D1
Tints of Portage #7F99D1
RGB
CMYK
RGB Variations
Color information
#7F99D1 (or 0x7F99D1) is known color: Portage. HEX triplet: 7F, 99 and D1. RGB value is (127,153,209). Sum of RGB (Red+Green+Blue) = 127+153+209=489 (64% of max value = 765). Red value is 127 (50% from 255 or 25.97% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 209 (82.03% from 255 or 42.74% from 489); Max value from RGB is 209 - color contains mainly: blue. Hex color #7F99D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F99D1 is #80662E. Grayscale: #979797. Windows color (decimal): -8414767 or 13736319. OLE color: 13736319.
HSL color Cylindrical-coordinate representation of color #7F99D1: hue angle of 220.98º 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 #7F99D1 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 127 | 153 | 209 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.18 |
| HSL | 220.98º | 0.47% | 0.66% | - |
| HSV(B) | 220.98º | 0.39% | 0.82% | - |
| XYZ | 31.65 | 31.9 | 64.81 | - |
| YUV | 151.61 | 160.39 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 153 | 209 | 0.39 | 0.27 | 0 | 0.18 | 220.98 | 0.47 | 0.66 |
| Hex | 7F | 99 | D1 | 27 | 1B | 0 | 12 | DD | 2F | 42 |
| Octal | 177 | 231 | 321 | 47 | 33 | 0 | 22 | 335 | 57 | 102 |
| Binary | 1111111 | 10011001 | 11010001 | 100111 | 11011 | 0 | 10010 | 11011101 | 101111 | 1000010 |
Color Harmonies of #7F99D1
Complementary color
Monochromatic Colors of #7F99D1
Black with #7F99D1
Text Example
Text Example
White with #7F99D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F99D1; }
p { color: rgb(127,153,209); }
H1.HeaderClassName
{
color: #7F99D1;
}
.AnyTagClassName
{
color: #7F99D1;
}
</style>
background-color css
<style>
a { background-color: #7F99D1; }
a { background-color: rgb(127,153,209); }
div.DivClassName
{
background-color: #7F99D1;
}
.BgClassName
{
background-color: #7F99D1;
}
</style>
border-color css
<style>
span { border-color: #7F99D1; }
span { border-color: rgb(127,153,209); }
td.TdClassName
{
border-color: #7F99D1;
}
.TagClassName
{
border-color: #7F99D1;
}
</style>