Shades of Portage #758FD4
Tints of Portage #758FD4
RGB
CMYK
RGB Variations
Color information
#758FD4 (or 0x758FD4) is known color: Portage. HEX triplet: 75, 8F and D4. RGB value is (117,143,212). Sum of RGB (Red+Green+Blue) = 117+143+212=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 212 (83.20% from 255 or 44.92% from 472); Max value from RGB is 212 - color contains mainly: blue. Hex color #758FD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758FD4 is #8A702B. Grayscale: #8E8E8E. Windows color (decimal): -9072684 or 13930357. OLE color: 13930357.
HSL color Cylindrical-coordinate representation of color #758FD4: hue angle of 223.58º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #758FD4 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 117 | 143 | 212 | - |
| CMYK | 0.45 | 0.33 | 0 | 0.17 |
| HSL | 223.58º | 0.52% | 0.65% | - |
| HSV(B) | 223.58º | 0.45% | 0.83% | - |
| XYZ | 29.04 | 28.18 | 66.2 | - |
| YUV | 143.09 | 166.89 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 143 | 212 | 0.45 | 0.33 | 0 | 0.17 | 223.58 | 0.52 | 0.65 |
| Hex | 75 | 8F | D4 | 2D | 21 | 0 | 11 | E0 | 34 | 41 |
| Octal | 165 | 217 | 324 | 55 | 41 | 0 | 21 | 340 | 64 | 101 |
| Binary | 1110101 | 10001111 | 11010100 | 101101 | 100001 | 0 | 10001 | 11100000 | 110100 | 1000001 |
Color Harmonies of #758FD4
Complementary color
Monochromatic Colors of #758FD4
Black with #758FD4
Text Example
Text Example
White with #758FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758FD4; }
p { color: rgb(117,143,212); }
H1.HeaderClassName
{
color: #758FD4;
}
.AnyTagClassName
{
color: #758FD4;
}
</style>
background-color css
<style>
a { background-color: #758FD4; }
a { background-color: rgb(117,143,212); }
div.DivClassName
{
background-color: #758FD4;
}
.BgClassName
{
background-color: #758FD4;
}
</style>
border-color css
<style>
span { border-color: #758FD4; }
span { border-color: rgb(117,143,212); }
td.TdClassName
{
border-color: #758FD4;
}
.TagClassName
{
border-color: #758FD4;
}
</style>