Shades of Portage #7D96DE
Tints of Portage #7D96DE
RGB
CMYK
RGB Variations
Color information
#7D96DE (or 0x7D96DE) is known color: Portage. HEX triplet: 7D, 96 and DE. RGB value is (125,150,222). Sum of RGB (Red+Green+Blue) = 125+150+222=497 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.15% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #7D96DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D96DE is #826921. Grayscale: #969696. Windows color (decimal): -8546594 or 14587517. OLE color: 14587517.
HSL color Cylindrical-coordinate representation of color #7D96DE: hue angle of 224.54º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D96DE is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 150 | 222 | - |
| CMYK | 0.44 | 0.32 | 0 | 0.13 |
| HSL | 224.54º | 0.6% | 0.68% | - |
| HSV(B) | 224.54º | 0.44% | 0.87% | - |
| XYZ | 32.55 | 31.45 | 73.46 | - |
| YUV | 150.73 | 168.22 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 150 | 222 | 0.44 | 0.32 | 0 | 0.13 | 224.54 | 0.6 | 0.68 |
| Hex | 7D | 96 | DE | 2C | 20 | 0 | D | E1 | 3C | 44 |
| Octal | 175 | 226 | 336 | 54 | 40 | 0 | 15 | 341 | 74 | 104 |
| Binary | 1111101 | 10010110 | 11011110 | 101100 | 100000 | 0 | 1101 | 11100001 | 111100 | 1000100 |
Color Harmonies of #7D96DE
Complementary color
Monochromatic Colors of #7D96DE
Black with #7D96DE
Text Example
Text Example
White with #7D96DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D96DE; }
p { color: rgb(125,150,222); }
H1.HeaderClassName
{
color: #7D96DE;
}
.AnyTagClassName
{
color: #7D96DE;
}
</style>
background-color css
<style>
a { background-color: #7D96DE; }
a { background-color: rgb(125,150,222); }
div.DivClassName
{
background-color: #7D96DE;
}
.BgClassName
{
background-color: #7D96DE;
}
</style>
border-color css
<style>
span { border-color: #7D96DE; }
span { border-color: rgb(125,150,222); }
td.TdClassName
{
border-color: #7D96DE;
}
.TagClassName
{
border-color: #7D96DE;
}
</style>