Shades of Portage #7D91CE
Tints of Portage #7D91CE
RGB
CMYK
RGB Variations
Color information
#7D91CE (or 0x7D91CE) is known color: Portage. HEX triplet: 7D, 91 and CE. RGB value is (125,145,206). Sum of RGB (Red+Green+Blue) = 125+145+206=476 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.26% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D91CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D91CE is #826E31. Grayscale: #919191. Windows color (decimal): -8547890 or 13537661. OLE color: 13537661.
HSL color Cylindrical-coordinate representation of color #7D91CE: hue angle of 225.19º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D91CE is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 145 | 206 | - |
| CMYK | 0.39 | 0.30 | 0 | 0.19 |
| HSL | 225.19º | 0.45% | 0.65% | - |
| HSV(B) | 225.19º | 0.39% | 0.81% | - |
| XYZ | 29.72 | 29.07 | 62.44 | - |
| YUV | 145.97 | 161.87 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 145 | 206 | 0.39 | 0.30 | 0 | 0.19 | 225.19 | 0.45 | 0.65 |
| Hex | 7D | 91 | CE | 27 | 1E | 0 | 13 | E1 | 2D | 41 |
| Octal | 175 | 221 | 316 | 47 | 36 | 0 | 23 | 341 | 55 | 101 |
| Binary | 1111101 | 10010001 | 11001110 | 100111 | 11110 | 0 | 10011 | 11100001 | 101101 | 1000001 |
Color Harmonies of #7D91CE
Complementary color
Monochromatic Colors of #7D91CE
Black with #7D91CE
Text Example
Text Example
White with #7D91CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D91CE; }
p { color: rgb(125,145,206); }
H1.HeaderClassName
{
color: #7D91CE;
}
.AnyTagClassName
{
color: #7D91CE;
}
</style>
background-color css
<style>
a { background-color: #7D91CE; }
a { background-color: rgb(125,145,206); }
div.DivClassName
{
background-color: #7D91CE;
}
.BgClassName
{
background-color: #7D91CE;
}
</style>
border-color css
<style>
span { border-color: #7D91CE; }
span { border-color: rgb(125,145,206); }
td.TdClassName
{
border-color: #7D91CE;
}
.TagClassName
{
border-color: #7D91CE;
}
</style>