Shades of Portage #758DDC
Tints of Portage #758DDC
RGB
CMYK
RGB Variations
Color information
#758DDC (or 0x758DDC) is known color: Portage. HEX triplet: 75, 8D and DC. RGB value is (117,141,220). Sum of RGB (Red+Green+Blue) = 117+141+220=478 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.48% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #758DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758DDC is #8A7223. Grayscale: #8E8E8E. Windows color (decimal): -9073188 or 14454133. OLE color: 14454133.
HSL color Cylindrical-coordinate representation of color #758DDC: hue angle of 226.02º 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 #758DDC is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 141 | 220 | - |
| CMYK | 0.47 | 0.36 | 0 | 0.14 |
| HSL | 226.02º | 0.6% | 0.66% | - |
| HSV(B) | 226.02º | 0.47% | 0.86% | - |
| XYZ | 29.78 | 28 | 71.54 | - |
| YUV | 142.83 | 171.55 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 141 | 220 | 0.47 | 0.36 | 0 | 0.14 | 226.02 | 0.6 | 0.66 |
| Hex | 75 | 8D | DC | 2F | 24 | 0 | E | E2 | 3C | 42 |
| Octal | 165 | 215 | 334 | 57 | 44 | 0 | 16 | 342 | 74 | 102 |
| Binary | 1110101 | 10001101 | 11011100 | 101111 | 100100 | 0 | 1110 | 11100010 | 111100 | 1000010 |
Color Harmonies of #758DDC
Complementary color
Monochromatic Colors of #758DDC
Black with #758DDC
Text Example
Text Example
White with #758DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758DDC; }
p { color: rgb(117,141,220); }
H1.HeaderClassName
{
color: #758DDC;
}
.AnyTagClassName
{
color: #758DDC;
}
</style>
background-color css
<style>
a { background-color: #758DDC; }
a { background-color: rgb(117,141,220); }
div.DivClassName
{
background-color: #758DDC;
}
.BgClassName
{
background-color: #758DDC;
}
</style>
border-color css
<style>
span { border-color: #758DDC; }
span { border-color: rgb(117,141,220); }
td.TdClassName
{
border-color: #758DDC;
}
.TagClassName
{
border-color: #758DDC;
}
</style>