Shades of Portage #7C8BD1
Tints of Portage #7C8BD1
RGB
CMYK
RGB Variations
Color information
#7C8BD1 (or 0x7C8BD1) is known color: Portage. HEX triplet: 7C, 8B and D1. RGB value is (124,139,209). Sum of RGB (Red+Green+Blue) = 124+139+209=472 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.27% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 209 (82.03% from 255 or 44.28% from 472); Max value from RGB is 209 - color contains mainly: blue. Hex color #7C8BD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8BD1 is #83742E. Grayscale: #8E8E8E. Windows color (decimal): -8614959 or 13732732. OLE color: 13732732.
HSL color Cylindrical-coordinate representation of color #7C8BD1: hue angle of 229.41º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7C8BD1 is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 124 | 139 | 209 | - |
| CMYK | 0.41 | 0.33 | 0 | 0.18 |
| HSL | 229.41º | 0.48% | 0.65% | - |
| HSV(B) | 229.41º | 0.41% | 0.82% | - |
| XYZ | 29.05 | 27.35 | 64.07 | - |
| YUV | 142.5 | 165.53 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 139 | 209 | 0.41 | 0.33 | 0 | 0.18 | 229.41 | 0.48 | 0.65 |
| Hex | 7C | 8B | D1 | 29 | 21 | 0 | 12 | E5 | 30 | 41 |
| Octal | 174 | 213 | 321 | 51 | 41 | 0 | 22 | 345 | 60 | 101 |
| Binary | 1111100 | 10001011 | 11010001 | 101001 | 100001 | 0 | 10010 | 11100101 | 110000 | 1000001 |
Color Harmonies of #7C8BD1
Complementary color
Monochromatic Colors of #7C8BD1
Black with #7C8BD1
Text Example
Text Example
White with #7C8BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8BD1; }
p { color: rgb(124,139,209); }
H1.HeaderClassName
{
color: #7C8BD1;
}
.AnyTagClassName
{
color: #7C8BD1;
}
</style>
background-color css
<style>
a { background-color: #7C8BD1; }
a { background-color: rgb(124,139,209); }
div.DivClassName
{
background-color: #7C8BD1;
}
.BgClassName
{
background-color: #7C8BD1;
}
</style>
border-color css
<style>
span { border-color: #7C8BD1; }
span { border-color: rgb(124,139,209); }
td.TdClassName
{
border-color: #7C8BD1;
}
.TagClassName
{
border-color: #7C8BD1;
}
</style>