Shades of Portage #7D9BDC
Tints of Portage #7D9BDC
RGB
CMYK
RGB Variations
Color information
#7D9BDC (or 0x7D9BDC) is known color: Portage. HEX triplet: 7D, 9B and DC. RGB value is (125,155,220). Sum of RGB (Red+Green+Blue) = 125+155+220=500 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D9BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9BDC is #826423. Grayscale: #999999. Windows color (decimal): -8545316 or 14457725. OLE color: 14457725.
HSL color Cylindrical-coordinate representation of color #7D9BDC: hue angle of 221.05º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D9BDC is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 155 | 220 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.14 |
| HSL | 221.05º | 0.58% | 0.68% | - |
| HSV(B) | 221.05º | 0.43% | 0.86% | - |
| XYZ | 33.1 | 32.97 | 72.33 | - |
| YUV | 153.44 | 165.56 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 155 | 220 | 0.43 | 0.30 | 0 | 0.14 | 221.05 | 0.58 | 0.68 |
| Hex | 7D | 9B | DC | 2B | 1E | 0 | E | DD | 3A | 44 |
| Octal | 175 | 233 | 334 | 53 | 36 | 0 | 16 | 335 | 72 | 104 |
| Binary | 1111101 | 10011011 | 11011100 | 101011 | 11110 | 0 | 1110 | 11011101 | 111010 | 1000100 |
Color Harmonies of #7D9BDC
Complementary color
Monochromatic Colors of #7D9BDC
Black with #7D9BDC
Text Example
Text Example
White with #7D9BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9BDC; }
p { color: rgb(125,155,220); }
H1.HeaderClassName
{
color: #7D9BDC;
}
.AnyTagClassName
{
color: #7D9BDC;
}
</style>
background-color css
<style>
a { background-color: #7D9BDC; }
a { background-color: rgb(125,155,220); }
div.DivClassName
{
background-color: #7D9BDC;
}
.BgClassName
{
background-color: #7D9BDC;
}
</style>
border-color css
<style>
span { border-color: #7D9BDC; }
span { border-color: rgb(125,155,220); }
td.TdClassName
{
border-color: #7D9BDC;
}
.TagClassName
{
border-color: #7D9BDC;
}
</style>