Shades of Portage #7A8FCF
Tints of Portage #7A8FCF
RGB
CMYK
RGB Variations
Color information
#7A8FCF (or 0x7A8FCF) is known color: Portage. HEX triplet: 7A, 8F and CF. RGB value is (122,143,207). Sum of RGB (Red+Green+Blue) = 122+143+207=472 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.85% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #7A8FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8FCF is #857030. Grayscale: #8F8F8F. Windows color (decimal): -8745009 or 13602682. OLE color: 13602682.
HSL color Cylindrical-coordinate representation of color #7A8FCF: hue angle of 225.18º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A8FCF is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 143 | 207 | - |
| CMYK | 0.41 | 0.31 | 0 | 0.19 |
| HSL | 225.18º | 0.47% | 0.65% | - |
| HSV(B) | 225.18º | 0.41% | 0.81% | - |
| XYZ | 29.11 | 28.29 | 62.96 | - |
| YUV | 144.02 | 163.54 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 143 | 207 | 0.41 | 0.31 | 0 | 0.19 | 225.18 | 0.47 | 0.65 |
| Hex | 7A | 8F | CF | 29 | 1F | 0 | 13 | E1 | 2F | 41 |
| Octal | 172 | 217 | 317 | 51 | 37 | 0 | 23 | 341 | 57 | 101 |
| Binary | 1111010 | 10001111 | 11001111 | 101001 | 11111 | 0 | 10011 | 11100001 | 101111 | 1000001 |
Color Harmonies of #7A8FCF
Complementary color
Monochromatic Colors of #7A8FCF
Black with #7A8FCF
Text Example
Text Example
White with #7A8FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8FCF; }
p { color: rgb(122,143,207); }
H1.HeaderClassName
{
color: #7A8FCF;
}
.AnyTagClassName
{
color: #7A8FCF;
}
</style>
background-color css
<style>
a { background-color: #7A8FCF; }
a { background-color: rgb(122,143,207); }
div.DivClassName
{
background-color: #7A8FCF;
}
.BgClassName
{
background-color: #7A8FCF;
}
</style>
border-color css
<style>
span { border-color: #7A8FCF; }
span { border-color: rgb(122,143,207); }
td.TdClassName
{
border-color: #7A8FCF;
}
.TagClassName
{
border-color: #7A8FCF;
}
</style>