Shades of Portage #7486DA
Tints of Portage #7486DA
RGB
CMYK
RGB Variations
Color information
#7486DA (or 0x7486DA) is known color: Portage. HEX triplet: 74, 86 and DA. RGB value is (116,134,218). Sum of RGB (Red+Green+Blue) = 116+134+218=468 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.79% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #7486DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7486DA is #8B7925. Grayscale: #898989. Windows color (decimal): -9140518 or 14321268. OLE color: 14321268.
HSL color Cylindrical-coordinate representation of color #7486DA: hue angle of 229.41º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7486DA is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 134 | 218 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.15 |
| HSL | 229.41º | 0.58% | 0.65% | - |
| HSV(B) | 229.41º | 0.47% | 0.85% | - |
| XYZ | 28.38 | 25.83 | 69.82 | - |
| YUV | 138.19 | 173.04 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 134 | 218 | 0.47 | 0.39 | 0 | 0.15 | 229.41 | 0.58 | 0.65 |
| Hex | 74 | 86 | DA | 2F | 27 | 0 | F | E5 | 3A | 41 |
| Octal | 164 | 206 | 332 | 57 | 47 | 0 | 17 | 345 | 72 | 101 |
| Binary | 1110100 | 10000110 | 11011010 | 101111 | 100111 | 0 | 1111 | 11100101 | 111010 | 1000001 |
Color Harmonies of #7486DA
Complementary color
Monochromatic Colors of #7486DA
Black with #7486DA
Text Example
Text Example
White with #7486DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7486DA; }
p { color: rgb(116,134,218); }
H1.HeaderClassName
{
color: #7486DA;
}
.AnyTagClassName
{
color: #7486DA;
}
</style>
background-color css
<style>
a { background-color: #7486DA; }
a { background-color: rgb(116,134,218); }
div.DivClassName
{
background-color: #7486DA;
}
.BgClassName
{
background-color: #7486DA;
}
</style>
border-color css
<style>
span { border-color: #7486DA; }
span { border-color: rgb(116,134,218); }
td.TdClassName
{
border-color: #7486DA;
}
.TagClassName
{
border-color: #7486DA;
}
</style>