Shades of Portage #7D90CC
Tints of Portage #7D90CC
RGB
CMYK
RGB Variations
Color information
#7D90CC (or 0x7D90CC) is known color: Portage. HEX triplet: 7D, 90 and CC. RGB value is (125,144,204). Sum of RGB (Red+Green+Blue) = 125+144+204=473 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.43% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D90CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D90CC is #826F33. Grayscale: #909090. Windows color (decimal): -8548148 or 13406333. OLE color: 13406333.
HSL color Cylindrical-coordinate representation of color #7D90CC: hue angle of 225.57º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D90CC is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 144 | 204 | - |
| CMYK | 0.39 | 0.29 | 0 | 0.2 |
| HSL | 225.57º | 0.44% | 0.65% | - |
| HSV(B) | 225.57º | 0.39% | 0.8% | - |
| XYZ | 29.33 | 28.67 | 61.11 | - |
| YUV | 145.16 | 161.21 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 144 | 204 | 0.39 | 0.29 | 0 | 0.2 | 225.57 | 0.44 | 0.65 |
| Hex | 7D | 90 | CC | 27 | 1D | 0 | 14 | E2 | 2C | 41 |
| Octal | 175 | 220 | 314 | 47 | 35 | 0 | 24 | 342 | 54 | 101 |
| Binary | 1111101 | 10010000 | 11001100 | 100111 | 11101 | 0 | 10100 | 11100010 | 101100 | 1000001 |
Color Harmonies of #7D90CC
Complementary color
Monochromatic Colors of #7D90CC
Black with #7D90CC
Text Example
Text Example
White with #7D90CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D90CC; }
p { color: rgb(125,144,204); }
H1.HeaderClassName
{
color: #7D90CC;
}
.AnyTagClassName
{
color: #7D90CC;
}
</style>
background-color css
<style>
a { background-color: #7D90CC; }
a { background-color: rgb(125,144,204); }
div.DivClassName
{
background-color: #7D90CC;
}
.BgClassName
{
background-color: #7D90CC;
}
</style>
border-color css
<style>
span { border-color: #7D90CC; }
span { border-color: rgb(125,144,204); }
td.TdClassName
{
border-color: #7D90CC;
}
.TagClassName
{
border-color: #7D90CC;
}
</style>