Shades of Portage #7D9ADB
Tints of Portage #7D9ADB
RGB
CMYK
RGB Variations
Color information
#7D9ADB (or 0x7D9ADB) is known color: Portage. HEX triplet: 7D, 9A and DB. RGB value is (125,154,219). Sum of RGB (Red+Green+Blue) = 125+154+219=498 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.10% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D9ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9ADB is #826524. Grayscale: #989898. Windows color (decimal): -8545573 or 14391933. OLE color: 14391933.
HSL color Cylindrical-coordinate representation of color #7D9ADB: hue angle of 221.49º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D9ADB is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 154 | 219 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.14 |
| HSL | 221.49º | 0.57% | 0.67% | - |
| HSV(B) | 221.49º | 0.43% | 0.86% | - |
| XYZ | 32.8 | 32.59 | 71.58 | - |
| YUV | 152.74 | 165.39 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 154 | 219 | 0.43 | 0.30 | 0 | 0.14 | 221.49 | 0.57 | 0.67 |
| Hex | 7D | 9A | DB | 2B | 1E | 0 | E | DD | 39 | 43 |
| Octal | 175 | 232 | 333 | 53 | 36 | 0 | 16 | 335 | 71 | 103 |
| Binary | 1111101 | 10011010 | 11011011 | 101011 | 11110 | 0 | 1110 | 11011101 | 111001 | 1000011 |
Color Harmonies of #7D9ADB
Complementary color
Monochromatic Colors of #7D9ADB
Black with #7D9ADB
Text Example
Text Example
White with #7D9ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9ADB; }
p { color: rgb(125,154,219); }
H1.HeaderClassName
{
color: #7D9ADB;
}
.AnyTagClassName
{
color: #7D9ADB;
}
</style>
background-color css
<style>
a { background-color: #7D9ADB; }
a { background-color: rgb(125,154,219); }
div.DivClassName
{
background-color: #7D9ADB;
}
.BgClassName
{
background-color: #7D9ADB;
}
</style>
border-color css
<style>
span { border-color: #7D9ADB; }
span { border-color: rgb(125,154,219); }
td.TdClassName
{
border-color: #7D9ADB;
}
.TagClassName
{
border-color: #7D9ADB;
}
</style>