Shades of Portage #7D9ADD
Tints of Portage #7D9ADD
RGB
CMYK
RGB Variations
Color information
#7D9ADD (or 0x7D9ADD) is known color: Portage. HEX triplet: 7D, 9A and DD. RGB value is (125,154,221). Sum of RGB (Red+Green+Blue) = 125+154+221=500 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D9ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9ADD is #826522. Grayscale: #989898. Windows color (decimal): -8545571 or 14523005. OLE color: 14523005.
HSL color Cylindrical-coordinate representation of color #7D9ADD: hue angle of 221.88º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D9ADD is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 154 | 221 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.13 |
| HSL | 221.88º | 0.59% | 0.68% | - |
| HSV(B) | 221.88º | 0.43% | 0.87% | - |
| XYZ | 33.06 | 32.69 | 72.97 | - |
| YUV | 152.97 | 166.39 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 154 | 221 | 0.43 | 0.30 | 0 | 0.13 | 221.88 | 0.59 | 0.68 |
| Hex | 7D | 9A | DD | 2B | 1E | 0 | D | DE | 3B | 44 |
| Octal | 175 | 232 | 335 | 53 | 36 | 0 | 15 | 336 | 73 | 104 |
| Binary | 1111101 | 10011010 | 11011101 | 101011 | 11110 | 0 | 1101 | 11011110 | 111011 | 1000100 |
Color Harmonies of #7D9ADD
Complementary color
Monochromatic Colors of #7D9ADD
Black with #7D9ADD
Text Example
Text Example
White with #7D9ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9ADD; }
p { color: rgb(125,154,221); }
H1.HeaderClassName
{
color: #7D9ADD;
}
.AnyTagClassName
{
color: #7D9ADD;
}
</style>
background-color css
<style>
a { background-color: #7D9ADD; }
a { background-color: rgb(125,154,221); }
div.DivClassName
{
background-color: #7D9ADD;
}
.BgClassName
{
background-color: #7D9ADD;
}
</style>
border-color css
<style>
span { border-color: #7D9ADD; }
span { border-color: rgb(125,154,221); }
td.TdClassName
{
border-color: #7D9ADD;
}
.TagClassName
{
border-color: #7D9ADD;
}
</style>