Shades of Portage #7D95D6
Tints of Portage #7D95D6
RGB
CMYK
RGB Variations
Color information
#7D95D6 (or 0x7D95D6) is known color: Portage. HEX triplet: 7D, 95 and D6. RGB value is (125,149,214). Sum of RGB (Red+Green+Blue) = 125+149+214=488 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.61% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 214 (83.98% from 255 or 43.85% from 488); Max value from RGB is 214 - color contains mainly: blue. Hex color #7D95D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D95D6 is #826A29. Grayscale: #949494. Windows color (decimal): -8546858 or 14062973. OLE color: 14062973.
HSL color Cylindrical-coordinate representation of color #7D95D6: hue angle of 223.82º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7D95D6 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 149 | 214 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.16 |
| HSL | 223.82º | 0.52% | 0.66% | - |
| HSV(B) | 223.82º | 0.42% | 0.84% | - |
| XYZ | 31.34 | 30.71 | 67.89 | - |
| YUV | 149.23 | 164.55 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 149 | 214 | 0.42 | 0.30 | 0 | 0.16 | 223.82 | 0.52 | 0.66 |
| Hex | 7D | 95 | D6 | 2A | 1E | 0 | 10 | E0 | 34 | 42 |
| Octal | 175 | 225 | 326 | 52 | 36 | 0 | 20 | 340 | 64 | 102 |
| Binary | 1111101 | 10010101 | 11010110 | 101010 | 11110 | 0 | 10000 | 11100000 | 110100 | 1000010 |
Color Harmonies of #7D95D6
Complementary color
Monochromatic Colors of #7D95D6
Black with #7D95D6
Text Example
Text Example
White with #7D95D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D95D6; }
p { color: rgb(125,149,214); }
H1.HeaderClassName
{
color: #7D95D6;
}
.AnyTagClassName
{
color: #7D95D6;
}
</style>
background-color css
<style>
a { background-color: #7D95D6; }
a { background-color: rgb(125,149,214); }
div.DivClassName
{
background-color: #7D95D6;
}
.BgClassName
{
background-color: #7D95D6;
}
</style>
border-color css
<style>
span { border-color: #7D95D6; }
span { border-color: rgb(125,149,214); }
td.TdClassName
{
border-color: #7D95D6;
}
.TagClassName
{
border-color: #7D95D6;
}
</style>