Shades of Portage #758FD7
Tints of Portage #758FD7
RGB
CMYK
RGB Variations
Color information
#758FD7 (or 0x758FD7) is known color: Portage. HEX triplet: 75, 8F and D7. RGB value is (117,143,215). Sum of RGB (Red+Green+Blue) = 117+143+215=475 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.63% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 215 (84.38% from 255 or 45.26% from 475); Max value from RGB is 215 - color contains mainly: blue. Hex color #758FD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758FD7 is #8A7028. Grayscale: #8F8F8F. Windows color (decimal): -9072681 or 14126965. OLE color: 14126965.
HSL color Cylindrical-coordinate representation of color #758FD7: hue angle of 224.08º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #758FD7 is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 143 | 215 | - |
| CMYK | 0.46 | 0.33 | 0 | 0.16 |
| HSL | 224.08º | 0.55% | 0.65% | - |
| HSV(B) | 224.08º | 0.46% | 0.84% | - |
| XYZ | 29.42 | 28.33 | 68.21 | - |
| YUV | 143.43 | 168.39 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 143 | 215 | 0.46 | 0.33 | 0 | 0.16 | 224.08 | 0.55 | 0.65 |
| Hex | 75 | 8F | D7 | 2E | 21 | 0 | 10 | E0 | 37 | 41 |
| Octal | 165 | 217 | 327 | 56 | 41 | 0 | 20 | 340 | 67 | 101 |
| Binary | 1110101 | 10001111 | 11010111 | 101110 | 100001 | 0 | 10000 | 11100000 | 110111 | 1000001 |
Color Harmonies of #758FD7
Complementary color
Monochromatic Colors of #758FD7
Black with #758FD7
Text Example
Text Example
White with #758FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758FD7; }
p { color: rgb(117,143,215); }
H1.HeaderClassName
{
color: #758FD7;
}
.AnyTagClassName
{
color: #758FD7;
}
</style>
background-color css
<style>
a { background-color: #758FD7; }
a { background-color: rgb(117,143,215); }
div.DivClassName
{
background-color: #758FD7;
}
.BgClassName
{
background-color: #758FD7;
}
</style>
border-color css
<style>
span { border-color: #758FD7; }
span { border-color: rgb(117,143,215); }
td.TdClassName
{
border-color: #758FD7;
}
.TagClassName
{
border-color: #758FD7;
}
</style>