Shades of Portage #758ED2
Tints of Portage #758ED2
RGB
CMYK
RGB Variations
Color information
#758ED2 (or 0x758ED2) is known color: Portage. HEX triplet: 75, 8E and D2. RGB value is (117,142,210). Sum of RGB (Red+Green+Blue) = 117+142+210=469 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.95% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 210 (82.42% from 255 or 44.78% from 469); Max value from RGB is 210 - color contains mainly: blue. Hex color #758ED2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758ED2 is #8A712D. Grayscale: #8D8D8D. Windows color (decimal): -9072942 or 13799029. OLE color: 13799029.
HSL color Cylindrical-coordinate representation of color #758ED2: hue angle of 223.87º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #758ED2 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 142 | 210 | - |
| CMYK | 0.44 | 0.32 | 0 | 0.18 |
| HSL | 223.87º | 0.51% | 0.64% | - |
| HSV(B) | 223.87º | 0.44% | 0.82% | - |
| XYZ | 28.64 | 27.78 | 64.83 | - |
| YUV | 142.28 | 166.22 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 142 | 210 | 0.44 | 0.32 | 0 | 0.18 | 223.87 | 0.51 | 0.64 |
| Hex | 75 | 8E | D2 | 2C | 20 | 0 | 12 | E0 | 33 | 40 |
| Octal | 165 | 216 | 322 | 54 | 40 | 0 | 22 | 340 | 63 | 100 |
| Binary | 1110101 | 10001110 | 11010010 | 101100 | 100000 | 0 | 10010 | 11100000 | 110011 | 1000000 |
Color Harmonies of #758ED2
Complementary color
Monochromatic Colors of #758ED2
Black with #758ED2
Text Example
Text Example
White with #758ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758ED2; }
p { color: rgb(117,142,210); }
H1.HeaderClassName
{
color: #758ED2;
}
.AnyTagClassName
{
color: #758ED2;
}
</style>
background-color css
<style>
a { background-color: #758ED2; }
a { background-color: rgb(117,142,210); }
div.DivClassName
{
background-color: #758ED2;
}
.BgClassName
{
background-color: #758ED2;
}
</style>
border-color css
<style>
span { border-color: #758ED2; }
span { border-color: rgb(117,142,210); }
td.TdClassName
{
border-color: #758ED2;
}
.TagClassName
{
border-color: #758ED2;
}
</style>