Shades of Portage #7888DC
Tints of Portage #7888DC
RGB
CMYK
RGB Variations
Color information
#7888DC (or 0x7888DC) is known color: Portage. HEX triplet: 78, 88 and DC. RGB value is (120,136,220). Sum of RGB (Red+Green+Blue) = 120+136+220=476 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.21% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #7888DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7888DC is #877723. Grayscale: #8C8C8C. Windows color (decimal): -8877860 or 14452856. OLE color: 14452856.
HSL color Cylindrical-coordinate representation of color #7888DC: hue angle of 230.4º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7888DC is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 136 | 220 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.14 |
| HSL | 230.4º | 0.59% | 0.67% | - |
| HSV(B) | 230.4º | 0.45% | 0.86% | - |
| XYZ | 29.47 | 26.77 | 71.32 | - |
| YUV | 140.79 | 172.7 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 136 | 220 | 0.45 | 0.38 | 0 | 0.14 | 230.4 | 0.59 | 0.67 |
| Hex | 78 | 88 | DC | 2D | 26 | 0 | E | E6 | 3B | 43 |
| Octal | 170 | 210 | 334 | 55 | 46 | 0 | 16 | 346 | 73 | 103 |
| Binary | 1111000 | 10001000 | 11011100 | 101101 | 100110 | 0 | 1110 | 11100110 | 111011 | 1000011 |
Color Harmonies of #7888DC
Complementary color
Monochromatic Colors of #7888DC
Black with #7888DC
Text Example
Text Example
White with #7888DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7888DC; }
p { color: rgb(120,136,220); }
H1.HeaderClassName
{
color: #7888DC;
}
.AnyTagClassName
{
color: #7888DC;
}
</style>
background-color css
<style>
a { background-color: #7888DC; }
a { background-color: rgb(120,136,220); }
div.DivClassName
{
background-color: #7888DC;
}
.BgClassName
{
background-color: #7888DC;
}
</style>
border-color css
<style>
span { border-color: #7888DC; }
span { border-color: rgb(120,136,220); }
td.TdClassName
{
border-color: #7888DC;
}
.TagClassName
{
border-color: #7888DC;
}
</style>