Shades of Portage #7A8BDF
Tints of Portage #7A8BDF
RGB
CMYK
RGB Variations
Color information
#7A8BDF (or 0x7A8BDF) is known color: Portage. HEX triplet: 7A, 8B and DF. RGB value is (122,139,223). Sum of RGB (Red+Green+Blue) = 122+139+223=484 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.21% from 484); Green value is 139 (54.69% from 255 or 28.72% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #7A8BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8BDF is #857420. Grayscale: #8F8F8F. Windows color (decimal): -8746017 or 14650234. OLE color: 14650234.
HSL color Cylindrical-coordinate representation of color #7A8BDF: hue angle of 229.9º 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 #7A8BDF is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 139 | 223 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.13 |
| HSL | 229.9º | 0.61% | 0.68% | - |
| HSV(B) | 229.9º | 0.45% | 0.87% | - |
| XYZ | 30.58 | 27.93 | 73.59 | - |
| YUV | 143.49 | 172.87 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 139 | 223 | 0.45 | 0.38 | 0 | 0.13 | 229.9 | 0.61 | 0.68 |
| Hex | 7A | 8B | DF | 2D | 26 | 0 | D | E6 | 3D | 44 |
| Octal | 172 | 213 | 337 | 55 | 46 | 0 | 15 | 346 | 75 | 104 |
| Binary | 1111010 | 10001011 | 11011111 | 101101 | 100110 | 0 | 1101 | 11100110 | 111101 | 1000100 |
Color Harmonies of #7A8BDF
Complementary color
Monochromatic Colors of #7A8BDF
Black with #7A8BDF
Text Example
Text Example
White with #7A8BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8BDF; }
p { color: rgb(122,139,223); }
H1.HeaderClassName
{
color: #7A8BDF;
}
.AnyTagClassName
{
color: #7A8BDF;
}
</style>
background-color css
<style>
a { background-color: #7A8BDF; }
a { background-color: rgb(122,139,223); }
div.DivClassName
{
background-color: #7A8BDF;
}
.BgClassName
{
background-color: #7A8BDF;
}
</style>
border-color css
<style>
span { border-color: #7A8BDF; }
span { border-color: rgb(122,139,223); }
td.TdClassName
{
border-color: #7A8BDF;
}
.TagClassName
{
border-color: #7A8BDF;
}
</style>