Shades of Portage #7A8FDF
Tints of Portage #7A8FDF
RGB
CMYK
RGB Variations
Color information
#7A8FDF (or 0x7A8FDF) is known color: Portage. HEX triplet: 7A, 8F and DF. RGB value is (122,143,223). Sum of RGB (Red+Green+Blue) = 122+143+223=488 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #7A8FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8FDF is #857020. Grayscale: #919191. Windows color (decimal): -8744993 or 14651258. OLE color: 14651258.
HSL color Cylindrical-coordinate representation of color #7A8FDF: hue angle of 227.52º 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 #7A8FDF is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 143 | 223 | - |
| CMYK | 0.45 | 0.36 | 0 | 0.13 |
| HSL | 227.52º | 0.61% | 0.68% | - |
| HSV(B) | 227.52º | 0.45% | 0.87% | - |
| XYZ | 31.17 | 29.11 | 73.79 | - |
| YUV | 145.84 | 171.54 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 143 | 223 | 0.45 | 0.36 | 0 | 0.13 | 227.52 | 0.61 | 0.68 |
| Hex | 7A | 8F | DF | 2D | 24 | 0 | D | E4 | 3D | 44 |
| Octal | 172 | 217 | 337 | 55 | 44 | 0 | 15 | 344 | 75 | 104 |
| Binary | 1111010 | 10001111 | 11011111 | 101101 | 100100 | 0 | 1101 | 11100100 | 111101 | 1000100 |
Color Harmonies of #7A8FDF
Complementary color
Monochromatic Colors of #7A8FDF
Black with #7A8FDF
Text Example
Text Example
White with #7A8FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8FDF; }
p { color: rgb(122,143,223); }
H1.HeaderClassName
{
color: #7A8FDF;
}
.AnyTagClassName
{
color: #7A8FDF;
}
</style>
background-color css
<style>
a { background-color: #7A8FDF; }
a { background-color: rgb(122,143,223); }
div.DivClassName
{
background-color: #7A8FDF;
}
.BgClassName
{
background-color: #7A8FDF;
}
</style>
border-color css
<style>
span { border-color: #7A8FDF; }
span { border-color: rgb(122,143,223); }
td.TdClassName
{
border-color: #7A8FDF;
}
.TagClassName
{
border-color: #7A8FDF;
}
</style>