Shades of Portage #7F91CE
Tints of Portage #7F91CE
RGB
CMYK
RGB Variations
Color information
#7F91CE (or 0x7F91CE) is known color: Portage. HEX triplet: 7F, 91 and CE. RGB value is (127,145,206). Sum of RGB (Red+Green+Blue) = 127+145+206=478 (63% of max value = 765). Red value is 127 (50% from 255 or 26.57% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F91CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F91CE is #806E31. Grayscale: #929292. Windows color (decimal): -8416818 or 13537663. OLE color: 13537663.
HSL color Cylindrical-coordinate representation of color #7F91CE: hue angle of 226.33º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F91CE is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 145 | 206 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.19 |
| HSL | 226.33º | 0.45% | 0.65% | - |
| HSV(B) | 226.33º | 0.38% | 0.81% | - |
| XYZ | 30.02 | 29.22 | 62.45 | - |
| YUV | 146.57 | 161.54 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 145 | 206 | 0.38 | 0.30 | 0 | 0.19 | 226.33 | 0.45 | 0.65 |
| Hex | 7F | 91 | CE | 26 | 1E | 0 | 13 | E2 | 2D | 41 |
| Octal | 177 | 221 | 316 | 46 | 36 | 0 | 23 | 342 | 55 | 101 |
| Binary | 1111111 | 10010001 | 11001110 | 100110 | 11110 | 0 | 10011 | 11100010 | 101101 | 1000001 |
Color Harmonies of #7F91CE
Complementary color
Monochromatic Colors of #7F91CE
Black with #7F91CE
Text Example
Text Example
White with #7F91CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F91CE; }
p { color: rgb(127,145,206); }
H1.HeaderClassName
{
color: #7F91CE;
}
.AnyTagClassName
{
color: #7F91CE;
}
</style>
background-color css
<style>
a { background-color: #7F91CE; }
a { background-color: rgb(127,145,206); }
div.DivClassName
{
background-color: #7F91CE;
}
.BgClassName
{
background-color: #7F91CE;
}
</style>
border-color css
<style>
span { border-color: #7F91CE; }
span { border-color: rgb(127,145,206); }
td.TdClassName
{
border-color: #7F91CE;
}
.TagClassName
{
border-color: #7F91CE;
}
</style>