Shades of Portage #7888DF
Tints of Portage #7888DF
RGB
CMYK
RGB Variations
Color information
#7888DF (or 0x7888DF) is known color: Portage. HEX triplet: 78, 88 and DF. RGB value is (120,136,223). Sum of RGB (Red+Green+Blue) = 120+136+223=479 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.05% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #7888DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7888DF is #877720. Grayscale: #8C8C8C. Windows color (decimal): -8877857 or 14649464. OLE color: 14649464.
HSL color Cylindrical-coordinate representation of color #7888DF: hue angle of 230.68º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7888DF is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 136 | 223 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.13 |
| HSL | 230.68º | 0.62% | 0.67% | - |
| HSV(B) | 230.68º | 0.46% | 0.87% | - |
| XYZ | 29.87 | 26.93 | 73.44 | - |
| YUV | 141.13 | 174.2 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 136 | 223 | 0.46 | 0.39 | 0 | 0.13 | 230.68 | 0.62 | 0.67 |
| Hex | 78 | 88 | DF | 2E | 27 | 0 | D | E7 | 3E | 43 |
| Octal | 170 | 210 | 337 | 56 | 47 | 0 | 15 | 347 | 76 | 103 |
| Binary | 1111000 | 10001000 | 11011111 | 101110 | 100111 | 0 | 1101 | 11100111 | 111110 | 1000011 |
Color Harmonies of #7888DF
Complementary color
Monochromatic Colors of #7888DF
Black with #7888DF
Text Example
Text Example
White with #7888DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7888DF; }
p { color: rgb(120,136,223); }
H1.HeaderClassName
{
color: #7888DF;
}
.AnyTagClassName
{
color: #7888DF;
}
</style>
background-color css
<style>
a { background-color: #7888DF; }
a { background-color: rgb(120,136,223); }
div.DivClassName
{
background-color: #7888DF;
}
.BgClassName
{
background-color: #7888DF;
}
</style>
border-color css
<style>
span { border-color: #7888DF; }
span { border-color: rgb(120,136,223); }
td.TdClassName
{
border-color: #7888DF;
}
.TagClassName
{
border-color: #7888DF;
}
</style>