Shades of Portage #7D95DC
Tints of Portage #7D95DC
RGB
CMYK
RGB Variations
Color information
#7D95DC (or 0x7D95DC) is known color: Portage. HEX triplet: 7D, 95 and DC. RGB value is (125,149,220). Sum of RGB (Red+Green+Blue) = 125+149+220=494 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.30% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D95DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D95DC is #826A23. Grayscale: #959595. Windows color (decimal): -8546852 or 14456189. OLE color: 14456189.
HSL color Cylindrical-coordinate representation of color #7D95DC: hue angle of 224.84º 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 #7D95DC is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 149 | 220 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.14 |
| HSL | 224.84º | 0.58% | 0.68% | - |
| HSV(B) | 224.84º | 0.43% | 0.86% | - |
| XYZ | 32.12 | 31.02 | 72 | - |
| YUV | 149.92 | 167.55 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 149 | 220 | 0.43 | 0.32 | 0 | 0.14 | 224.84 | 0.58 | 0.68 |
| Hex | 7D | 95 | DC | 2B | 20 | 0 | E | E1 | 3A | 44 |
| Octal | 175 | 225 | 334 | 53 | 40 | 0 | 16 | 341 | 72 | 104 |
| Binary | 1111101 | 10010101 | 11011100 | 101011 | 100000 | 0 | 1110 | 11100001 | 111010 | 1000100 |
Color Harmonies of #7D95DC
Complementary color
Monochromatic Colors of #7D95DC
Black with #7D95DC
Text Example
Text Example
White with #7D95DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D95DC; }
p { color: rgb(125,149,220); }
H1.HeaderClassName
{
color: #7D95DC;
}
.AnyTagClassName
{
color: #7D95DC;
}
</style>
background-color css
<style>
a { background-color: #7D95DC; }
a { background-color: rgb(125,149,220); }
div.DivClassName
{
background-color: #7D95DC;
}
.BgClassName
{
background-color: #7D95DC;
}
</style>
border-color css
<style>
span { border-color: #7D95DC; }
span { border-color: rgb(125,149,220); }
td.TdClassName
{
border-color: #7D95DC;
}
.TagClassName
{
border-color: #7D95DC;
}
</style>