Shades of Portage #7888DB
Tints of Portage #7888DB
RGB
CMYK
RGB Variations
Color information
#7888DB (or 0x7888DB) is known color: Portage. HEX triplet: 78, 88 and DB. RGB value is (120,136,219). Sum of RGB (Red+Green+Blue) = 120+136+219=475 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.26% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #7888DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7888DB is #877724. Grayscale: #8C8C8C. Windows color (decimal): -8877861 or 14387320. OLE color: 14387320.
HSL color Cylindrical-coordinate representation of color #7888DB: hue angle of 230.3º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7888DB is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 136 | 219 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.14 |
| HSL | 230.3º | 0.58% | 0.66% | - |
| HSV(B) | 230.3º | 0.45% | 0.86% | - |
| XYZ | 29.34 | 26.72 | 70.63 | - |
| YUV | 140.68 | 172.2 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 136 | 219 | 0.45 | 0.38 | 0 | 0.14 | 230.3 | 0.58 | 0.66 |
| Hex | 78 | 88 | DB | 2D | 26 | 0 | E | E6 | 3A | 42 |
| Octal | 170 | 210 | 333 | 55 | 46 | 0 | 16 | 346 | 72 | 102 |
| Binary | 1111000 | 10001000 | 11011011 | 101101 | 100110 | 0 | 1110 | 11100110 | 111010 | 1000010 |
Color Harmonies of #7888DB
Complementary color
Monochromatic Colors of #7888DB
Black with #7888DB
Text Example
Text Example
White with #7888DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7888DB; }
p { color: rgb(120,136,219); }
H1.HeaderClassName
{
color: #7888DB;
}
.AnyTagClassName
{
color: #7888DB;
}
</style>
background-color css
<style>
a { background-color: #7888DB; }
a { background-color: rgb(120,136,219); }
div.DivClassName
{
background-color: #7888DB;
}
.BgClassName
{
background-color: #7888DB;
}
</style>
border-color css
<style>
span { border-color: #7888DB; }
span { border-color: rgb(120,136,219); }
td.TdClassName
{
border-color: #7888DB;
}
.TagClassName
{
border-color: #7888DB;
}
</style>