Shades of Portage #758ADC
Tints of Portage #758ADC
RGB
CMYK
RGB Variations
Color information
#758ADC (or 0x758ADC) is known color: Portage. HEX triplet: 75, 8A and DC. RGB value is (117,138,220). Sum of RGB (Red+Green+Blue) = 117+138+220=475 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.63% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #758ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758ADC is #8A7523. Grayscale: #8C8C8C. Windows color (decimal): -9073956 or 14453365. OLE color: 14453365.
HSL color Cylindrical-coordinate representation of color #758ADC: hue angle of 227.77º 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 #758ADC is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 138 | 220 | - |
| CMYK | 0.47 | 0.37 | 0 | 0.14 |
| HSL | 227.77º | 0.6% | 0.66% | - |
| HSV(B) | 227.77º | 0.47% | 0.86% | - |
| XYZ | 29.34 | 27.13 | 71.4 | - |
| YUV | 141.07 | 172.54 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 138 | 220 | 0.47 | 0.37 | 0 | 0.14 | 227.77 | 0.6 | 0.66 |
| Hex | 75 | 8A | DC | 2F | 25 | 0 | E | E4 | 3C | 42 |
| Octal | 165 | 212 | 334 | 57 | 45 | 0 | 16 | 344 | 74 | 102 |
| Binary | 1110101 | 10001010 | 11011100 | 101111 | 100101 | 0 | 1110 | 11100100 | 111100 | 1000010 |
Color Harmonies of #758ADC
Complementary color
Monochromatic Colors of #758ADC
Black with #758ADC
Text Example
Text Example
White with #758ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758ADC; }
p { color: rgb(117,138,220); }
H1.HeaderClassName
{
color: #758ADC;
}
.AnyTagClassName
{
color: #758ADC;
}
</style>
background-color css
<style>
a { background-color: #758ADC; }
a { background-color: rgb(117,138,220); }
div.DivClassName
{
background-color: #758ADC;
}
.BgClassName
{
background-color: #758ADC;
}
</style>
border-color css
<style>
span { border-color: #758ADC; }
span { border-color: rgb(117,138,220); }
td.TdClassName
{
border-color: #758ADC;
}
.TagClassName
{
border-color: #758ADC;
}
</style>