Shades of Portage #7486DC
Tints of Portage #7486DC
RGB
CMYK
RGB Variations
Color information
#7486DC (or 0x7486DC) is known color: Portage. HEX triplet: 74, 86 and DC. RGB value is (116,134,220). Sum of RGB (Red+Green+Blue) = 116+134+220=470 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.68% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #7486DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7486DC is #8B7923. Grayscale: #8A8A8A. Windows color (decimal): -9140516 or 14452340. OLE color: 14452340.
HSL color Cylindrical-coordinate representation of color #7486DC: hue angle of 229.62º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7486DC is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 134 | 220 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.14 |
| HSL | 229.62º | 0.6% | 0.66% | - |
| HSV(B) | 229.62º | 0.47% | 0.86% | - |
| XYZ | 28.65 | 25.93 | 71.21 | - |
| YUV | 138.42 | 174.04 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 134 | 220 | 0.47 | 0.39 | 0 | 0.14 | 229.62 | 0.6 | 0.66 |
| Hex | 74 | 86 | DC | 2F | 27 | 0 | E | E6 | 3C | 42 |
| Octal | 164 | 206 | 334 | 57 | 47 | 0 | 16 | 346 | 74 | 102 |
| Binary | 1110100 | 10000110 | 11011100 | 101111 | 100111 | 0 | 1110 | 11100110 | 111100 | 1000010 |
Color Harmonies of #7486DC
Complementary color
Monochromatic Colors of #7486DC
Black with #7486DC
Text Example
Text Example
White with #7486DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7486DC; }
p { color: rgb(116,134,220); }
H1.HeaderClassName
{
color: #7486DC;
}
.AnyTagClassName
{
color: #7486DC;
}
</style>
background-color css
<style>
a { background-color: #7486DC; }
a { background-color: rgb(116,134,220); }
div.DivClassName
{
background-color: #7486DC;
}
.BgClassName
{
background-color: #7486DC;
}
</style>
border-color css
<style>
span { border-color: #7486DC; }
span { border-color: rgb(116,134,220); }
td.TdClassName
{
border-color: #7486DC;
}
.TagClassName
{
border-color: #7486DC;
}
</style>