Shades of Portage #7A89DF
Tints of Portage #7A89DF
RGB
CMYK
RGB Variations
Color information
#7A89DF (or 0x7A89DF) is known color: Portage. HEX triplet: 7A, 89 and DF. RGB value is (122,137,223). Sum of RGB (Red+Green+Blue) = 122+137+223=482 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.31% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #7A89DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A89DF is #857620. Grayscale: #8D8D8D. Windows color (decimal): -8746529 or 14649722. OLE color: 14649722.
HSL color Cylindrical-coordinate representation of color #7A89DF: hue angle of 231.09º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A89DF is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 137 | 223 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.13 |
| HSL | 231.09º | 0.61% | 0.68% | - |
| HSV(B) | 231.09º | 0.45% | 0.87% | - |
| XYZ | 30.29 | 27.36 | 73.5 | - |
| YUV | 142.32 | 173.53 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 137 | 223 | 0.45 | 0.39 | 0 | 0.13 | 231.09 | 0.61 | 0.68 |
| Hex | 7A | 89 | DF | 2D | 27 | 0 | D | E7 | 3D | 44 |
| Octal | 172 | 211 | 337 | 55 | 47 | 0 | 15 | 347 | 75 | 104 |
| Binary | 1111010 | 10001001 | 11011111 | 101101 | 100111 | 0 | 1101 | 11100111 | 111101 | 1000100 |
Color Harmonies of #7A89DF
Complementary color
Monochromatic Colors of #7A89DF
Black with #7A89DF
Text Example
Text Example
White with #7A89DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A89DF; }
p { color: rgb(122,137,223); }
H1.HeaderClassName
{
color: #7A89DF;
}
.AnyTagClassName
{
color: #7A89DF;
}
</style>
background-color css
<style>
a { background-color: #7A89DF; }
a { background-color: rgb(122,137,223); }
div.DivClassName
{
background-color: #7A89DF;
}
.BgClassName
{
background-color: #7A89DF;
}
</style>
border-color css
<style>
span { border-color: #7A89DF; }
span { border-color: rgb(122,137,223); }
td.TdClassName
{
border-color: #7A89DF;
}
.TagClassName
{
border-color: #7A89DF;
}
</style>