Shades of Portage #7C8FCD
Tints of Portage #7C8FCD
RGB
CMYK
RGB Variations
Color information
#7C8FCD (or 0x7C8FCD) is known color: Portage. HEX triplet: 7C, 8F and CD. RGB value is (124,143,205). Sum of RGB (Red+Green+Blue) = 124+143+205=472 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.27% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C8FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8FCD is #837032. Grayscale: #909090. Windows color (decimal): -8613939 or 13471612. OLE color: 13471612.
HSL color Cylindrical-coordinate representation of color #7C8FCD: hue angle of 225.93º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C8FCD is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 143 | 205 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.20 |
| HSL | 225.93º | 0.45% | 0.65% | - |
| HSV(B) | 225.93º | 0.4% | 0.8% | - |
| XYZ | 29.15 | 28.34 | 61.69 | - |
| YUV | 144.39 | 162.21 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 143 | 205 | 0.40 | 0.30 | 0 | 0.20 | 225.93 | 0.45 | 0.65 |
| Hex | 7C | 8F | CD | 28 | 1E | 0 | 14 | E2 | 2D | 41 |
| Octal | 174 | 217 | 315 | 50 | 36 | 0 | 24 | 342 | 55 | 101 |
| Binary | 1111100 | 10001111 | 11001101 | 101000 | 11110 | 0 | 10100 | 11100010 | 101101 | 1000001 |
Color Harmonies of #7C8FCD
Complementary color
Monochromatic Colors of #7C8FCD
Black with #7C8FCD
Text Example
Text Example
White with #7C8FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8FCD; }
p { color: rgb(124,143,205); }
H1.HeaderClassName
{
color: #7C8FCD;
}
.AnyTagClassName
{
color: #7C8FCD;
}
</style>
background-color css
<style>
a { background-color: #7C8FCD; }
a { background-color: rgb(124,143,205); }
div.DivClassName
{
background-color: #7C8FCD;
}
.BgClassName
{
background-color: #7C8FCD;
}
</style>
border-color css
<style>
span { border-color: #7C8FCD; }
span { border-color: rgb(124,143,205); }
td.TdClassName
{
border-color: #7C8FCD;
}
.TagClassName
{
border-color: #7C8FCD;
}
</style>