Shades of Portage #7C8ACF
Tints of Portage #7C8ACF
RGB
CMYK
RGB Variations
Color information
#7C8ACF (or 0x7C8ACF) is known color: Portage. HEX triplet: 7C, 8A and CF. RGB value is (124,138,207). Sum of RGB (Red+Green+Blue) = 124+138+207=469 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.44% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C8ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8ACF is #837530. Grayscale: #8D8D8D. Windows color (decimal): -8615217 or 13601404. OLE color: 13601404.
HSL color Cylindrical-coordinate representation of color #7C8ACF: hue angle of 229.88º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C8ACF is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 138 | 207 | - |
| CMYK | 0.40 | 0.33 | 0 | 0.19 |
| HSL | 229.88º | 0.46% | 0.65% | - |
| HSV(B) | 229.88º | 0.4% | 0.81% | - |
| XYZ | 28.66 | 26.97 | 62.73 | - |
| YUV | 141.68 | 164.86 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 138 | 207 | 0.40 | 0.33 | 0 | 0.19 | 229.88 | 0.46 | 0.65 |
| Hex | 7C | 8A | CF | 28 | 21 | 0 | 13 | E6 | 2E | 41 |
| Octal | 174 | 212 | 317 | 50 | 41 | 0 | 23 | 346 | 56 | 101 |
| Binary | 1111100 | 10001010 | 11001111 | 101000 | 100001 | 0 | 10011 | 11100110 | 101110 | 1000001 |
Color Harmonies of #7C8ACF
Complementary color
Monochromatic Colors of #7C8ACF
Black with #7C8ACF
Text Example
Text Example
White with #7C8ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8ACF; }
p { color: rgb(124,138,207); }
H1.HeaderClassName
{
color: #7C8ACF;
}
.AnyTagClassName
{
color: #7C8ACF;
}
</style>
background-color css
<style>
a { background-color: #7C8ACF; }
a { background-color: rgb(124,138,207); }
div.DivClassName
{
background-color: #7C8ACF;
}
.BgClassName
{
background-color: #7C8ACF;
}
</style>
border-color css
<style>
span { border-color: #7C8ACF; }
span { border-color: rgb(124,138,207); }
td.TdClassName
{
border-color: #7C8ACF;
}
.TagClassName
{
border-color: #7C8ACF;
}
</style>