Shades of Portage #7A88DE
Tints of Portage #7A88DE
RGB
CMYK
RGB Variations
Color information
#7A88DE (or 0x7A88DE) is known color: Portage. HEX triplet: 7A, 88 and DE. RGB value is (122,136,222). Sum of RGB (Red+Green+Blue) = 122+136+222=480 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.42% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 222 - color contains mainly: blue. Hex color #7A88DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A88DE is #857721. Grayscale: #8D8D8D. Windows color (decimal): -8746786 or 14583930. OLE color: 14583930.
HSL color Cylindrical-coordinate representation of color #7A88DE: hue angle of 231.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A88DE is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 136 | 222 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.13 |
| HSL | 231.6º | 0.6% | 0.67% | - |
| HSV(B) | 231.6º | 0.45% | 0.87% | - |
| XYZ | 30.02 | 27.02 | 72.74 | - |
| YUV | 141.62 | 173.36 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 136 | 222 | 0.45 | 0.39 | 0 | 0.13 | 231.6 | 0.6 | 0.67 |
| Hex | 7A | 88 | DE | 2D | 27 | 0 | D | E8 | 3C | 43 |
| Octal | 172 | 210 | 336 | 55 | 47 | 0 | 15 | 350 | 74 | 103 |
| Binary | 1111010 | 10001000 | 11011110 | 101101 | 100111 | 0 | 1101 | 11101000 | 111100 | 1000011 |
Color Harmonies of #7A88DE
Complementary color
Monochromatic Colors of #7A88DE
Black with #7A88DE
Text Example
Text Example
White with #7A88DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A88DE; }
p { color: rgb(122,136,222); }
H1.HeaderClassName
{
color: #7A88DE;
}
.AnyTagClassName
{
color: #7A88DE;
}
</style>
background-color css
<style>
a { background-color: #7A88DE; }
a { background-color: rgb(122,136,222); }
div.DivClassName
{
background-color: #7A88DE;
}
.BgClassName
{
background-color: #7A88DE;
}
</style>
border-color css
<style>
span { border-color: #7A88DE; }
span { border-color: rgb(122,136,222); }
td.TdClassName
{
border-color: #7A88DE;
}
.TagClassName
{
border-color: #7A88DE;
}
</style>