Shades of Portage #7B87DC
Tints of Portage #7B87DC
RGB
CMYK
RGB Variations
Color information
#7B87DC (or 0x7B87DC) is known color: Portage. HEX triplet: 7B, 87 and DC. RGB value is (123,135,220). Sum of RGB (Red+Green+Blue) = 123+135+220=478 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.73% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B87DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B87DC is #847823. Grayscale: #8C8C8C. Windows color (decimal): -8681508 or 14452603. OLE color: 14452603.
HSL color Cylindrical-coordinate representation of color #7B87DC: hue angle of 232.58º 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 #7B87DC is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 135 | 220 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.14 |
| HSL | 232.58º | 0.58% | 0.67% | - |
| HSV(B) | 232.58º | 0.44% | 0.86% | - |
| XYZ | 29.75 | 26.71 | 71.3 | - |
| YUV | 141.1 | 172.52 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 135 | 220 | 0.44 | 0.39 | 0 | 0.14 | 232.58 | 0.58 | 0.67 |
| Hex | 7B | 87 | DC | 2C | 27 | 0 | E | E9 | 3A | 43 |
| Octal | 173 | 207 | 334 | 54 | 47 | 0 | 16 | 351 | 72 | 103 |
| Binary | 1111011 | 10000111 | 11011100 | 101100 | 100111 | 0 | 1110 | 11101001 | 111010 | 1000011 |
Color Harmonies of #7B87DC
Complementary color
Monochromatic Colors of #7B87DC
Black with #7B87DC
Text Example
Text Example
White with #7B87DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B87DC; }
p { color: rgb(123,135,220); }
H1.HeaderClassName
{
color: #7B87DC;
}
.AnyTagClassName
{
color: #7B87DC;
}
</style>
background-color css
<style>
a { background-color: #7B87DC; }
a { background-color: rgb(123,135,220); }
div.DivClassName
{
background-color: #7B87DC;
}
.BgClassName
{
background-color: #7B87DC;
}
</style>
border-color css
<style>
span { border-color: #7B87DC; }
span { border-color: rgb(123,135,220); }
td.TdClassName
{
border-color: #7B87DC;
}
.TagClassName
{
border-color: #7B87DC;
}
</style>