Shades of Portage #7485DC
Tints of Portage #7485DC
RGB
CMYK
RGB Variations
Color information
#7485DC (or 0x7485DC) is known color: Portage. HEX triplet: 74, 85 and DC. RGB value is (116,133,220). Sum of RGB (Red+Green+Blue) = 116+133+220=469 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.73% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #7485DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7485DC is #8B7A23. Grayscale: #898989. Windows color (decimal): -9140772 or 14452084. OLE color: 14452084.
HSL color Cylindrical-coordinate representation of color #7485DC: hue angle of 230.19º 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 #7485DC is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 133 | 220 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.14 |
| HSL | 230.19º | 0.6% | 0.66% | - |
| HSV(B) | 230.19º | 0.47% | 0.86% | - |
| XYZ | 28.51 | 25.66 | 71.16 | - |
| YUV | 137.84 | 174.37 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 133 | 220 | 0.47 | 0.40 | 0 | 0.14 | 230.19 | 0.6 | 0.66 |
| Hex | 74 | 85 | DC | 2F | 28 | 0 | E | E6 | 3C | 42 |
| Octal | 164 | 205 | 334 | 57 | 50 | 0 | 16 | 346 | 74 | 102 |
| Binary | 1110100 | 10000101 | 11011100 | 101111 | 101000 | 0 | 1110 | 11100110 | 111100 | 1000010 |
Color Harmonies of #7485DC
Complementary color
Monochromatic Colors of #7485DC
Black with #7485DC
Text Example
Text Example
White with #7485DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7485DC; }
p { color: rgb(116,133,220); }
H1.HeaderClassName
{
color: #7485DC;
}
.AnyTagClassName
{
color: #7485DC;
}
</style>
background-color css
<style>
a { background-color: #7485DC; }
a { background-color: rgb(116,133,220); }
div.DivClassName
{
background-color: #7485DC;
}
.BgClassName
{
background-color: #7485DC;
}
</style>
border-color css
<style>
span { border-color: #7485DC; }
span { border-color: rgb(116,133,220); }
td.TdClassName
{
border-color: #7485DC;
}
.TagClassName
{
border-color: #7485DC;
}
</style>