Shades of Portage #7F9AD1
Tints of Portage #7F9AD1
RGB
CMYK
RGB Variations
Color information
#7F9AD1 (or 0x7F9AD1) is known color: Portage. HEX triplet: 7F, 9A and D1. RGB value is (127,154,209). Sum of RGB (Red+Green+Blue) = 127+154+209=490 (64% of max value = 765). Red value is 127 (50% from 255 or 25.92% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 209 (82.03% from 255 or 42.65% from 490); Max value from RGB is 209 - color contains mainly: blue. Hex color #7F9AD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9AD1 is #80652E. Grayscale: #979797. Windows color (decimal): -8414511 or 13736575. OLE color: 13736575.
HSL color Cylindrical-coordinate representation of color #7F9AD1: hue angle of 220.24º 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 #7F9AD1 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 127 | 154 | 209 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.18 |
| HSL | 220.24º | 0.47% | 0.66% | - |
| HSV(B) | 220.24º | 0.39% | 0.82% | - |
| XYZ | 31.82 | 32.23 | 64.87 | - |
| YUV | 152.2 | 160.05 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 154 | 209 | 0.39 | 0.26 | 0 | 0.18 | 220.24 | 0.47 | 0.66 |
| Hex | 7F | 9A | D1 | 27 | 1A | 0 | 12 | DC | 2F | 42 |
| Octal | 177 | 232 | 321 | 47 | 32 | 0 | 22 | 334 | 57 | 102 |
| Binary | 1111111 | 10011010 | 11010001 | 100111 | 11010 | 0 | 10010 | 11011100 | 101111 | 1000010 |
Color Harmonies of #7F9AD1
Complementary color
Monochromatic Colors of #7F9AD1
Black with #7F9AD1
Text Example
Text Example
White with #7F9AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9AD1; }
p { color: rgb(127,154,209); }
H1.HeaderClassName
{
color: #7F9AD1;
}
.AnyTagClassName
{
color: #7F9AD1;
}
</style>
background-color css
<style>
a { background-color: #7F9AD1; }
a { background-color: rgb(127,154,209); }
div.DivClassName
{
background-color: #7F9AD1;
}
.BgClassName
{
background-color: #7F9AD1;
}
</style>
border-color css
<style>
span { border-color: #7F9AD1; }
span { border-color: rgb(127,154,209); }
td.TdClassName
{
border-color: #7F9AD1;
}
.TagClassName
{
border-color: #7F9AD1;
}
</style>