Shades of Portage #758CD2
Tints of Portage #758CD2
RGB
CMYK
RGB Variations
Color information
#758CD2 (or 0x758CD2) is known color: Portage. HEX triplet: 75, 8C and D2. RGB value is (117,140,210). Sum of RGB (Red+Green+Blue) = 117+140+210=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 210 (82.42% from 255 or 44.97% from 467); Max value from RGB is 210 - color contains mainly: blue. Hex color #758CD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758CD2 is #8A732D. Grayscale: #8C8C8C. Windows color (decimal): -9073454 or 13798517. OLE color: 13798517.
HSL color Cylindrical-coordinate representation of color #758CD2: hue angle of 225.16º 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 #758CD2 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 140 | 210 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.18 |
| HSL | 225.16º | 0.51% | 0.64% | - |
| HSV(B) | 225.16º | 0.44% | 0.82% | - |
| XYZ | 28.35 | 27.19 | 64.73 | - |
| YUV | 141.1 | 166.88 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 210 | 0.44 | 0.33 | 0 | 0.18 | 225.16 | 0.51 | 0.64 |
| Hex | 75 | 8C | D2 | 2C | 21 | 0 | 12 | E1 | 33 | 40 |
| Octal | 165 | 214 | 322 | 54 | 41 | 0 | 22 | 341 | 63 | 100 |
| Binary | 1110101 | 10001100 | 11010010 | 101100 | 100001 | 0 | 10010 | 11100001 | 110011 | 1000000 |
Color Harmonies of #758CD2
Complementary color
Monochromatic Colors of #758CD2
Black with #758CD2
Text Example
Text Example
White with #758CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758CD2; }
p { color: rgb(117,140,210); }
H1.HeaderClassName
{
color: #758CD2;
}
.AnyTagClassName
{
color: #758CD2;
}
</style>
background-color css
<style>
a { background-color: #758CD2; }
a { background-color: rgb(117,140,210); }
div.DivClassName
{
background-color: #758CD2;
}
.BgClassName
{
background-color: #758CD2;
}
</style>
border-color css
<style>
span { border-color: #758CD2; }
span { border-color: rgb(117,140,210); }
td.TdClassName
{
border-color: #758CD2;
}
.TagClassName
{
border-color: #758CD2;
}
</style>