Shades of Portage #7D96CC
Tints of Portage #7D96CC
RGB
CMYK
RGB Variations
Color information
#7D96CC (or 0x7D96CC) is known color: Portage. HEX triplet: 7D, 96 and CC. RGB value is (125,150,204). Sum of RGB (Red+Green+Blue) = 125+150+204=479 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.10% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D96CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D96CC is #826933. Grayscale: #949494. Windows color (decimal): -8546612 or 13407869. OLE color: 13407869.
HSL color Cylindrical-coordinate representation of color #7D96CC: hue angle of 221.01º 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 #7D96CC is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 150 | 204 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.2 |
| HSL | 221.01º | 0.44% | 0.65% | - |
| HSV(B) | 221.01º | 0.39% | 0.8% | - |
| XYZ | 30.26 | 30.53 | 61.43 | - |
| YUV | 148.68 | 159.22 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 150 | 204 | 0.39 | 0.26 | 0 | 0.2 | 221.01 | 0.44 | 0.65 |
| Hex | 7D | 96 | CC | 27 | 1A | 0 | 14 | DD | 2C | 41 |
| Octal | 175 | 226 | 314 | 47 | 32 | 0 | 24 | 335 | 54 | 101 |
| Binary | 1111101 | 10010110 | 11001100 | 100111 | 11010 | 0 | 10100 | 11011101 | 101100 | 1000001 |
Color Harmonies of #7D96CC
Complementary color
Monochromatic Colors of #7D96CC
Black with #7D96CC
Text Example
Text Example
White with #7D96CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D96CC; }
p { color: rgb(125,150,204); }
H1.HeaderClassName
{
color: #7D96CC;
}
.AnyTagClassName
{
color: #7D96CC;
}
</style>
background-color css
<style>
a { background-color: #7D96CC; }
a { background-color: rgb(125,150,204); }
div.DivClassName
{
background-color: #7D96CC;
}
.BgClassName
{
background-color: #7D96CC;
}
</style>
border-color css
<style>
span { border-color: #7D96CC; }
span { border-color: rgb(125,150,204); }
td.TdClassName
{
border-color: #7D96CC;
}
.TagClassName
{
border-color: #7D96CC;
}
</style>