Shades of Portage #7A8ADF
Tints of Portage #7A8ADF
RGB
CMYK
RGB Variations
Color information
#7A8ADF (or 0x7A8ADF) is known color: Portage. HEX triplet: 7A, 8A and DF. RGB value is (122,138,223). Sum of RGB (Red+Green+Blue) = 122+138+223=483 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.26% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #7A8ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8ADF is #857520. Grayscale: #8E8E8E. Windows color (decimal): -8746273 or 14649978. OLE color: 14649978.
HSL color Cylindrical-coordinate representation of color #7A8ADF: hue angle of 230.5º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A8ADF is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 138 | 223 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.13 |
| HSL | 230.5º | 0.61% | 0.68% | - |
| HSV(B) | 230.5º | 0.45% | 0.87% | - |
| XYZ | 30.43 | 27.64 | 73.54 | - |
| YUV | 142.91 | 173.2 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 138 | 223 | 0.45 | 0.38 | 0 | 0.13 | 230.5 | 0.61 | 0.68 |
| Hex | 7A | 8A | DF | 2D | 26 | 0 | D | E6 | 3D | 44 |
| Octal | 172 | 212 | 337 | 55 | 46 | 0 | 15 | 346 | 75 | 104 |
| Binary | 1111010 | 10001010 | 11011111 | 101101 | 100110 | 0 | 1101 | 11100110 | 111101 | 1000100 |
Color Harmonies of #7A8ADF
Complementary color
Monochromatic Colors of #7A8ADF
Black with #7A8ADF
Text Example
Text Example
White with #7A8ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8ADF; }
p { color: rgb(122,138,223); }
H1.HeaderClassName
{
color: #7A8ADF;
}
.AnyTagClassName
{
color: #7A8ADF;
}
</style>
background-color css
<style>
a { background-color: #7A8ADF; }
a { background-color: rgb(122,138,223); }
div.DivClassName
{
background-color: #7A8ADF;
}
.BgClassName
{
background-color: #7A8ADF;
}
</style>
border-color css
<style>
span { border-color: #7A8ADF; }
span { border-color: rgb(122,138,223); }
td.TdClassName
{
border-color: #7A8ADF;
}
.TagClassName
{
border-color: #7A8ADF;
}
</style>