Shades of Portage #758ADE
Tints of Portage #758ADE
RGB
CMYK
RGB Variations
Color information
#758ADE (or 0x758ADE) is known color: Portage. HEX triplet: 75, 8A and DE. RGB value is (117,138,222). Sum of RGB (Red+Green+Blue) = 117+138+222=477 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.53% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #758ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758ADE is #8A7521. Grayscale: #8C8C8C. Windows color (decimal): -9073954 or 14584437. OLE color: 14584437.
HSL color Cylindrical-coordinate representation of color #758ADE: hue angle of 228º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #758ADE is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 138 | 222 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.13 |
| HSL | 228º | 0.61% | 0.66% | - |
| HSV(B) | 228º | 0.47% | 0.87% | - |
| XYZ | 29.61 | 27.23 | 72.8 | - |
| YUV | 141.3 | 173.54 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 138 | 222 | 0.47 | 0.38 | 0 | 0.13 | 228 | 0.61 | 0.66 |
| Hex | 75 | 8A | DE | 2F | 26 | 0 | D | E4 | 3D | 42 |
| Octal | 165 | 212 | 336 | 57 | 46 | 0 | 15 | 344 | 75 | 102 |
| Binary | 1110101 | 10001010 | 11011110 | 101111 | 100110 | 0 | 1101 | 11100100 | 111101 | 1000010 |
Color Harmonies of #758ADE
Complementary color
Monochromatic Colors of #758ADE
Black with #758ADE
Text Example
Text Example
White with #758ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758ADE; }
p { color: rgb(117,138,222); }
H1.HeaderClassName
{
color: #758ADE;
}
.AnyTagClassName
{
color: #758ADE;
}
</style>
background-color css
<style>
a { background-color: #758ADE; }
a { background-color: rgb(117,138,222); }
div.DivClassName
{
background-color: #758ADE;
}
.BgClassName
{
background-color: #758ADE;
}
</style>
border-color css
<style>
span { border-color: #758ADE; }
span { border-color: rgb(117,138,222); }
td.TdClassName
{
border-color: #758ADE;
}
.TagClassName
{
border-color: #758ADE;
}
</style>