Shades of Portage #7D89CE
Tints of Portage #7D89CE
RGB
CMYK
RGB Variations
Color information
#7D89CE (or 0x7D89CE) is known color: Portage. HEX triplet: 7D, 89 and CE. RGB value is (125,137,206). Sum of RGB (Red+Green+Blue) = 125+137+206=468 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.71% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D89CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D89CE is #827631. Grayscale: #8C8C8C. Windows color (decimal): -8549938 or 13535613. OLE color: 13535613.
HSL color Cylindrical-coordinate representation of color #7D89CE: hue angle of 231.11º 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 #7D89CE is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 137 | 206 | - |
| CMYK | 0.39 | 0.33 | 0 | 0.19 |
| HSL | 231.11º | 0.45% | 0.65% | - |
| HSV(B) | 231.11º | 0.39% | 0.81% | - |
| XYZ | 28.54 | 26.71 | 62.04 | - |
| YUV | 141.28 | 164.52 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 137 | 206 | 0.39 | 0.33 | 0 | 0.19 | 231.11 | 0.45 | 0.65 |
| Hex | 7D | 89 | CE | 27 | 21 | 0 | 13 | E7 | 2D | 41 |
| Octal | 175 | 211 | 316 | 47 | 41 | 0 | 23 | 347 | 55 | 101 |
| Binary | 1111101 | 10001001 | 11001110 | 100111 | 100001 | 0 | 10011 | 11100111 | 101101 | 1000001 |
Color Harmonies of #7D89CE
Complementary color
Monochromatic Colors of #7D89CE
Black with #7D89CE
Text Example
Text Example
White with #7D89CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D89CE; }
p { color: rgb(125,137,206); }
H1.HeaderClassName
{
color: #7D89CE;
}
.AnyTagClassName
{
color: #7D89CE;
}
</style>
background-color css
<style>
a { background-color: #7D89CE; }
a { background-color: rgb(125,137,206); }
div.DivClassName
{
background-color: #7D89CE;
}
.BgClassName
{
background-color: #7D89CE;
}
</style>
border-color css
<style>
span { border-color: #7D89CE; }
span { border-color: rgb(125,137,206); }
td.TdClassName
{
border-color: #7D89CE;
}
.TagClassName
{
border-color: #7D89CE;
}
</style>