Shades of Portage #7C8ADF
Tints of Portage #7C8ADF
RGB
CMYK
RGB Variations
Color information
#7C8ADF (or 0x7C8ADF) is known color: Portage. HEX triplet: 7C, 8A and DF. RGB value is (124,138,223). Sum of RGB (Red+Green+Blue) = 124+138+223=485 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.57% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #7C8ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8ADF is #837520. Grayscale: #8F8F8F. Windows color (decimal): -8615201 or 14649980. OLE color: 14649980.
HSL color Cylindrical-coordinate representation of color #7C8ADF: hue angle of 231.52º degrees, saturation: 0.61, 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 #7C8ADF is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 138 | 223 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.13 |
| HSL | 231.52º | 0.61% | 0.68% | - |
| HSV(B) | 231.52º | 0.44% | 0.87% | - |
| XYZ | 30.72 | 27.79 | 73.56 | - |
| YUV | 143.5 | 172.86 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 138 | 223 | 0.44 | 0.38 | 0 | 0.13 | 231.52 | 0.61 | 0.68 |
| Hex | 7C | 8A | DF | 2C | 26 | 0 | D | E8 | 3D | 44 |
| Octal | 174 | 212 | 337 | 54 | 46 | 0 | 15 | 350 | 75 | 104 |
| Binary | 1111100 | 10001010 | 11011111 | 101100 | 100110 | 0 | 1101 | 11101000 | 111101 | 1000100 |
Color Harmonies of #7C8ADF
Complementary color
Monochromatic Colors of #7C8ADF
Black with #7C8ADF
Text Example
Text Example
White with #7C8ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8ADF; }
p { color: rgb(124,138,223); }
H1.HeaderClassName
{
color: #7C8ADF;
}
.AnyTagClassName
{
color: #7C8ADF;
}
</style>
background-color css
<style>
a { background-color: #7C8ADF; }
a { background-color: rgb(124,138,223); }
div.DivClassName
{
background-color: #7C8ADF;
}
.BgClassName
{
background-color: #7C8ADF;
}
</style>
border-color css
<style>
span { border-color: #7C8ADF; }
span { border-color: rgb(124,138,223); }
td.TdClassName
{
border-color: #7C8ADF;
}
.TagClassName
{
border-color: #7C8ADF;
}
</style>