Shades of Portage #7D95CE
Tints of Portage #7D95CE
RGB
CMYK
RGB Variations
Color information
#7D95CE (or 0x7D95CE) is known color: Portage. HEX triplet: 7D, 95 and CE. RGB value is (125,149,206). Sum of RGB (Red+Green+Blue) = 125+149+206=480 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.04% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D95CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D95CE is #826A31. Grayscale: #949494. Windows color (decimal): -8546866 or 13538685. OLE color: 13538685.
HSL color Cylindrical-coordinate representation of color #7D95CE: hue angle of 222.22º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D95CE is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 149 | 206 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.19 |
| HSL | 222.22º | 0.45% | 0.65% | - |
| HSV(B) | 222.22º | 0.39% | 0.81% | - |
| XYZ | 30.35 | 30.31 | 62.64 | - |
| YUV | 148.32 | 160.55 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 149 | 206 | 0.39 | 0.28 | 0 | 0.19 | 222.22 | 0.45 | 0.65 |
| Hex | 7D | 95 | CE | 27 | 1C | 0 | 13 | DE | 2D | 41 |
| Octal | 175 | 225 | 316 | 47 | 34 | 0 | 23 | 336 | 55 | 101 |
| Binary | 1111101 | 10010101 | 11001110 | 100111 | 11100 | 0 | 10011 | 11011110 | 101101 | 1000001 |
Color Harmonies of #7D95CE
Complementary color
Monochromatic Colors of #7D95CE
Black with #7D95CE
Text Example
Text Example
White with #7D95CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D95CE; }
p { color: rgb(125,149,206); }
H1.HeaderClassName
{
color: #7D95CE;
}
.AnyTagClassName
{
color: #7D95CE;
}
</style>
background-color css
<style>
a { background-color: #7D95CE; }
a { background-color: rgb(125,149,206); }
div.DivClassName
{
background-color: #7D95CE;
}
.BgClassName
{
background-color: #7D95CE;
}
</style>
border-color css
<style>
span { border-color: #7D95CE; }
span { border-color: rgb(125,149,206); }
td.TdClassName
{
border-color: #7D95CE;
}
.TagClassName
{
border-color: #7D95CE;
}
</style>