Shades of Portage #758EDC
Tints of Portage #758EDC
RGB
CMYK
RGB Variations
Color information
#758EDC (or 0x758EDC) is known color: Portage. HEX triplet: 75, 8E and DC. RGB value is (117,142,220). Sum of RGB (Red+Green+Blue) = 117+142+220=479 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.43% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #758EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758EDC is #8A7123. Grayscale: #8F8F8F. Windows color (decimal): -9072932 or 14454389. OLE color: 14454389.
HSL color Cylindrical-coordinate representation of color #758EDC: hue angle of 225.44º 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 #758EDC is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 142 | 220 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.14 |
| HSL | 225.44º | 0.6% | 0.66% | - |
| HSV(B) | 225.44º | 0.47% | 0.86% | - |
| XYZ | 29.93 | 28.3 | 71.59 | - |
| YUV | 143.42 | 171.22 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 142 | 220 | 0.47 | 0.35 | 0 | 0.14 | 225.44 | 0.6 | 0.66 |
| Hex | 75 | 8E | DC | 2F | 23 | 0 | E | E1 | 3C | 42 |
| Octal | 165 | 216 | 334 | 57 | 43 | 0 | 16 | 341 | 74 | 102 |
| Binary | 1110101 | 10001110 | 11011100 | 101111 | 100011 | 0 | 1110 | 11100001 | 111100 | 1000010 |
Color Harmonies of #758EDC
Complementary color
Monochromatic Colors of #758EDC
Black with #758EDC
Text Example
Text Example
White with #758EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758EDC; }
p { color: rgb(117,142,220); }
H1.HeaderClassName
{
color: #758EDC;
}
.AnyTagClassName
{
color: #758EDC;
}
</style>
background-color css
<style>
a { background-color: #758EDC; }
a { background-color: rgb(117,142,220); }
div.DivClassName
{
background-color: #758EDC;
}
.BgClassName
{
background-color: #758EDC;
}
</style>
border-color css
<style>
span { border-color: #758EDC; }
span { border-color: rgb(117,142,220); }
td.TdClassName
{
border-color: #758EDC;
}
.TagClassName
{
border-color: #758EDC;
}
</style>