Shades of Portage #7C8ADE
Tints of Portage #7C8ADE
RGB
CMYK
RGB Variations
Color information
#7C8ADE (or 0x7C8ADE) is known color: Portage. HEX triplet: 7C, 8A and DE. RGB value is (124,138,222). Sum of RGB (Red+Green+Blue) = 124+138+222=484 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.62% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #7C8ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8ADE is #837521. Grayscale: #8F8F8F. Windows color (decimal): -8615202 or 14584444. OLE color: 14584444.
HSL color Cylindrical-coordinate representation of color #7C8ADE: hue angle of 231.43º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C8ADE is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 138 | 222 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.13 |
| HSL | 231.43º | 0.6% | 0.68% | - |
| HSV(B) | 231.43º | 0.44% | 0.87% | - |
| XYZ | 30.59 | 27.74 | 72.85 | - |
| YUV | 143.39 | 172.36 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 138 | 222 | 0.44 | 0.38 | 0 | 0.13 | 231.43 | 0.6 | 0.68 |
| Hex | 7C | 8A | DE | 2C | 26 | 0 | D | E7 | 3C | 44 |
| Octal | 174 | 212 | 336 | 54 | 46 | 0 | 15 | 347 | 74 | 104 |
| Binary | 1111100 | 10001010 | 11011110 | 101100 | 100110 | 0 | 1101 | 11100111 | 111100 | 1000100 |
Color Harmonies of #7C8ADE
Complementary color
Monochromatic Colors of #7C8ADE
Black with #7C8ADE
Text Example
Text Example
White with #7C8ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8ADE; }
p { color: rgb(124,138,222); }
H1.HeaderClassName
{
color: #7C8ADE;
}
.AnyTagClassName
{
color: #7C8ADE;
}
</style>
background-color css
<style>
a { background-color: #7C8ADE; }
a { background-color: rgb(124,138,222); }
div.DivClassName
{
background-color: #7C8ADE;
}
.BgClassName
{
background-color: #7C8ADE;
}
</style>
border-color css
<style>
span { border-color: #7C8ADE; }
span { border-color: rgb(124,138,222); }
td.TdClassName
{
border-color: #7C8ADE;
}
.TagClassName
{
border-color: #7C8ADE;
}
</style>