Shades of Portage #7C88DB
Tints of Portage #7C88DB
RGB
CMYK
RGB Variations
Color information
#7C88DB (or 0x7C88DB) is known color: Portage. HEX triplet: 7C, 88 and DB. RGB value is (124,136,219). Sum of RGB (Red+Green+Blue) = 124+136+219=479 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.89% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C88DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C88DB is #837724. Grayscale: #8D8D8D. Windows color (decimal): -8615717 or 14387324. OLE color: 14387324.
HSL color Cylindrical-coordinate representation of color #7C88DB: hue angle of 232.42º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C88DB is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 136 | 219 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.14 |
| HSL | 232.42º | 0.57% | 0.67% | - |
| HSV(B) | 232.42º | 0.43% | 0.86% | - |
| XYZ | 29.9 | 27.01 | 70.65 | - |
| YUV | 141.87 | 171.52 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 136 | 219 | 0.43 | 0.38 | 0 | 0.14 | 232.42 | 0.57 | 0.67 |
| Hex | 7C | 88 | DB | 2B | 26 | 0 | E | E8 | 39 | 43 |
| Octal | 174 | 210 | 333 | 53 | 46 | 0 | 16 | 350 | 71 | 103 |
| Binary | 1111100 | 10001000 | 11011011 | 101011 | 100110 | 0 | 1110 | 11101000 | 111001 | 1000011 |
Color Harmonies of #7C88DB
Complementary color
Monochromatic Colors of #7C88DB
Black with #7C88DB
Text Example
Text Example
White with #7C88DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C88DB; }
p { color: rgb(124,136,219); }
H1.HeaderClassName
{
color: #7C88DB;
}
.AnyTagClassName
{
color: #7C88DB;
}
</style>
background-color css
<style>
a { background-color: #7C88DB; }
a { background-color: rgb(124,136,219); }
div.DivClassName
{
background-color: #7C88DB;
}
.BgClassName
{
background-color: #7C88DB;
}
</style>
border-color css
<style>
span { border-color: #7C88DB; }
span { border-color: rgb(124,136,219); }
td.TdClassName
{
border-color: #7C88DB;
}
.TagClassName
{
border-color: #7C88DB;
}
</style>