Shades of Portage #7D96D8
Tints of Portage #7D96D8
RGB
CMYK
RGB Variations
Color information
#7D96D8 (or 0x7D96D8) is known color: Portage. HEX triplet: 7D, 96 and D8. RGB value is (125,150,216). Sum of RGB (Red+Green+Blue) = 125+150+216=491 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.46% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 216 (84.77% from 255 or 43.99% from 491); Max value from RGB is 216 - color contains mainly: blue. Hex color #7D96D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D96D8 is #826927. Grayscale: #959595. Windows color (decimal): -8546600 or 14194301. OLE color: 14194301.
HSL color Cylindrical-coordinate representation of color #7D96D8: hue angle of 223.52º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7D96D8 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 150 | 216 | - |
| CMYK | 0.42 | 0.31 | 0 | 0.15 |
| HSL | 223.52º | 0.54% | 0.67% | - |
| HSV(B) | 223.52º | 0.42% | 0.85% | - |
| XYZ | 31.76 | 31.13 | 69.3 | - |
| YUV | 150.05 | 165.22 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 150 | 216 | 0.42 | 0.31 | 0 | 0.15 | 223.52 | 0.54 | 0.67 |
| Hex | 7D | 96 | D8 | 2A | 1F | 0 | F | E0 | 36 | 43 |
| Octal | 175 | 226 | 330 | 52 | 37 | 0 | 17 | 340 | 66 | 103 |
| Binary | 1111101 | 10010110 | 11011000 | 101010 | 11111 | 0 | 1111 | 11100000 | 110110 | 1000011 |
Color Harmonies of #7D96D8
Complementary color
Monochromatic Colors of #7D96D8
Black with #7D96D8
Text Example
Text Example
White with #7D96D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D96D8; }
p { color: rgb(125,150,216); }
H1.HeaderClassName
{
color: #7D96D8;
}
.AnyTagClassName
{
color: #7D96D8;
}
</style>
background-color css
<style>
a { background-color: #7D96D8; }
a { background-color: rgb(125,150,216); }
div.DivClassName
{
background-color: #7D96D8;
}
.BgClassName
{
background-color: #7D96D8;
}
</style>
border-color css
<style>
span { border-color: #7D96D8; }
span { border-color: rgb(125,150,216); }
td.TdClassName
{
border-color: #7D96D8;
}
.TagClassName
{
border-color: #7D96D8;
}
</style>