Shades of Portage #7D8ADC
Tints of Portage #7D8ADC
RGB
CMYK
RGB Variations
Color information
#7D8ADC (or 0x7D8ADC) is known color: Portage. HEX triplet: 7D, 8A and DC. RGB value is (125,138,220). Sum of RGB (Red+Green+Blue) = 125+138+220=483 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.88% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D8ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8ADC is #827523. Grayscale: #8F8F8F. Windows color (decimal): -8549668 or 14453373. OLE color: 14453373.
HSL color Cylindrical-coordinate representation of color #7D8ADC: hue angle of 231.79º 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 #7D8ADC is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 138 | 220 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.14 |
| HSL | 231.79º | 0.58% | 0.68% | - |
| HSV(B) | 231.79º | 0.43% | 0.86% | - |
| XYZ | 30.46 | 27.7 | 71.45 | - |
| YUV | 143.46 | 171.19 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 138 | 220 | 0.43 | 0.37 | 0 | 0.14 | 231.79 | 0.58 | 0.68 |
| Hex | 7D | 8A | DC | 2B | 25 | 0 | E | E8 | 3A | 44 |
| Octal | 175 | 212 | 334 | 53 | 45 | 0 | 16 | 350 | 72 | 104 |
| Binary | 1111101 | 10001010 | 11011100 | 101011 | 100101 | 0 | 1110 | 11101000 | 111010 | 1000100 |
Color Harmonies of #7D8ADC
Complementary color
Monochromatic Colors of #7D8ADC
Black with #7D8ADC
Text Example
Text Example
White with #7D8ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8ADC; }
p { color: rgb(125,138,220); }
H1.HeaderClassName
{
color: #7D8ADC;
}
.AnyTagClassName
{
color: #7D8ADC;
}
</style>
background-color css
<style>
a { background-color: #7D8ADC; }
a { background-color: rgb(125,138,220); }
div.DivClassName
{
background-color: #7D8ADC;
}
.BgClassName
{
background-color: #7D8ADC;
}
</style>
border-color css
<style>
span { border-color: #7D8ADC; }
span { border-color: rgb(125,138,220); }
td.TdClassName
{
border-color: #7D8ADC;
}
.TagClassName
{
border-color: #7D8ADC;
}
</style>