Shades of Portage #7B88DC
Tints of Portage #7B88DC
RGB
CMYK
RGB Variations
Color information
#7B88DC (or 0x7B88DC) is known color: Portage. HEX triplet: 7B, 88 and DC. RGB value is (123,136,220). Sum of RGB (Red+Green+Blue) = 123+136+220=479 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.68% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B88DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B88DC is #847723. Grayscale: #8D8D8D. Windows color (decimal): -8681252 or 14452859. OLE color: 14452859.
HSL color Cylindrical-coordinate representation of color #7B88DC: hue angle of 231.96º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B88DC is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 136 | 220 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.14 |
| HSL | 231.96º | 0.58% | 0.67% | - |
| HSV(B) | 231.96º | 0.44% | 0.86% | - |
| XYZ | 29.89 | 26.99 | 71.34 | - |
| YUV | 141.69 | 172.19 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 136 | 220 | 0.44 | 0.38 | 0 | 0.14 | 231.96 | 0.58 | 0.67 |
| Hex | 7B | 88 | DC | 2C | 26 | 0 | E | E8 | 3A | 43 |
| Octal | 173 | 210 | 334 | 54 | 46 | 0 | 16 | 350 | 72 | 103 |
| Binary | 1111011 | 10001000 | 11011100 | 101100 | 100110 | 0 | 1110 | 11101000 | 111010 | 1000011 |
Color Harmonies of #7B88DC
Complementary color
Monochromatic Colors of #7B88DC
Black with #7B88DC
Text Example
Text Example
White with #7B88DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B88DC; }
p { color: rgb(123,136,220); }
H1.HeaderClassName
{
color: #7B88DC;
}
.AnyTagClassName
{
color: #7B88DC;
}
</style>
background-color css
<style>
a { background-color: #7B88DC; }
a { background-color: rgb(123,136,220); }
div.DivClassName
{
background-color: #7B88DC;
}
.BgClassName
{
background-color: #7B88DC;
}
</style>
border-color css
<style>
span { border-color: #7B88DC; }
span { border-color: rgb(123,136,220); }
td.TdClassName
{
border-color: #7B88DC;
}
.TagClassName
{
border-color: #7B88DC;
}
</style>