Shades of Portage #758ADA
Tints of Portage #758ADA
RGB
CMYK
RGB Variations
Color information
#758ADA (or 0x758ADA) is known color: Portage. HEX triplet: 75, 8A and DA. RGB value is (117,138,218). Sum of RGB (Red+Green+Blue) = 117+138+218=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #758ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758ADA is #8A7525. Grayscale: #8C8C8C. Windows color (decimal): -9073958 or 14322293. OLE color: 14322293.
HSL color Cylindrical-coordinate representation of color #758ADA: hue angle of 227.52º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #758ADA is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 138 | 218 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.15 |
| HSL | 227.52º | 0.58% | 0.66% | - |
| HSV(B) | 227.52º | 0.46% | 0.85% | - |
| XYZ | 29.08 | 27.02 | 70.01 | - |
| YUV | 140.84 | 171.54 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 138 | 218 | 0.46 | 0.37 | 0 | 0.15 | 227.52 | 0.58 | 0.66 |
| Hex | 75 | 8A | DA | 2E | 25 | 0 | F | E4 | 3A | 42 |
| Octal | 165 | 212 | 332 | 56 | 45 | 0 | 17 | 344 | 72 | 102 |
| Binary | 1110101 | 10001010 | 11011010 | 101110 | 100101 | 0 | 1111 | 11100100 | 111010 | 1000010 |
Color Harmonies of #758ADA
Complementary color
Monochromatic Colors of #758ADA
Black with #758ADA
Text Example
Text Example
White with #758ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758ADA; }
p { color: rgb(117,138,218); }
H1.HeaderClassName
{
color: #758ADA;
}
.AnyTagClassName
{
color: #758ADA;
}
</style>
background-color css
<style>
a { background-color: #758ADA; }
a { background-color: rgb(117,138,218); }
div.DivClassName
{
background-color: #758ADA;
}
.BgClassName
{
background-color: #758ADA;
}
</style>
border-color css
<style>
span { border-color: #758ADA; }
span { border-color: rgb(117,138,218); }
td.TdClassName
{
border-color: #758ADA;
}
.TagClassName
{
border-color: #758ADA;
}
</style>