Shades of Portage #758ADD
Tints of Portage #758ADD
RGB
CMYK
RGB Variations
Color information
#758ADD (or 0x758ADD) is known color: Portage. HEX triplet: 75, 8A and DD. RGB value is (117,138,221). Sum of RGB (Red+Green+Blue) = 117+138+221=476 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.58% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #758ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758ADD is #8A7522. Grayscale: #8C8C8C. Windows color (decimal): -9073955 or 14518901. OLE color: 14518901.
HSL color Cylindrical-coordinate representation of color #758ADD: hue angle of 227.88º degrees, saturation: 0.6, 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 #758ADD is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 138 | 221 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.13 |
| HSL | 227.88º | 0.6% | 0.66% | - |
| HSV(B) | 227.88º | 0.47% | 0.87% | - |
| XYZ | 29.48 | 27.18 | 72.1 | - |
| YUV | 141.18 | 173.04 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 138 | 221 | 0.47 | 0.38 | 0 | 0.13 | 227.88 | 0.6 | 0.66 |
| Hex | 75 | 8A | DD | 2F | 26 | 0 | D | E4 | 3C | 42 |
| Octal | 165 | 212 | 335 | 57 | 46 | 0 | 15 | 344 | 74 | 102 |
| Binary | 1110101 | 10001010 | 11011101 | 101111 | 100110 | 0 | 1101 | 11100100 | 111100 | 1000010 |
Color Harmonies of #758ADD
Complementary color
Monochromatic Colors of #758ADD
Black with #758ADD
Text Example
Text Example
White with #758ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758ADD; }
p { color: rgb(117,138,221); }
H1.HeaderClassName
{
color: #758ADD;
}
.AnyTagClassName
{
color: #758ADD;
}
</style>
background-color css
<style>
a { background-color: #758ADD; }
a { background-color: rgb(117,138,221); }
div.DivClassName
{
background-color: #758ADD;
}
.BgClassName
{
background-color: #758ADD;
}
</style>
border-color css
<style>
span { border-color: #758ADD; }
span { border-color: rgb(117,138,221); }
td.TdClassName
{
border-color: #758ADD;
}
.TagClassName
{
border-color: #758ADD;
}
</style>