Shades of Portage #738AD4
Tints of Portage #738AD4
RGB
CMYK
RGB Variations
Color information
#738AD4 (or 0x738AD4) is known color: Portage. HEX triplet: 73, 8A and D4. RGB value is (115,138,212). Sum of RGB (Red+Green+Blue) = 115+138+212=465 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.73% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 212 (83.20% from 255 or 45.59% from 465); Max value from RGB is 212 - color contains mainly: blue. Hex color #738AD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738AD4 is #8C752B. Grayscale: #8B8B8B. Windows color (decimal): -9205036 or 13929075. OLE color: 13929075.
HSL color Cylindrical-coordinate representation of color #738AD4: hue angle of 225.77º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #738AD4 is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 138 | 212 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.17 |
| HSL | 225.77º | 0.53% | 0.64% | - |
| HSV(B) | 225.77º | 0.46% | 0.83% | - |
| XYZ | 28.04 | 26.58 | 65.94 | - |
| YUV | 139.56 | 168.88 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 138 | 212 | 0.46 | 0.35 | 0 | 0.17 | 225.77 | 0.53 | 0.64 |
| Hex | 73 | 8A | D4 | 2E | 23 | 0 | 11 | E2 | 35 | 40 |
| Octal | 163 | 212 | 324 | 56 | 43 | 0 | 21 | 342 | 65 | 100 |
| Binary | 1110011 | 10001010 | 11010100 | 101110 | 100011 | 0 | 10001 | 11100010 | 110101 | 1000000 |
Color Harmonies of #738AD4
Complementary color
Monochromatic Colors of #738AD4
Black with #738AD4
Text Example
Text Example
White with #738AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738AD4; }
p { color: rgb(115,138,212); }
H1.HeaderClassName
{
color: #738AD4;
}
.AnyTagClassName
{
color: #738AD4;
}
</style>
background-color css
<style>
a { background-color: #738AD4; }
a { background-color: rgb(115,138,212); }
div.DivClassName
{
background-color: #738AD4;
}
.BgClassName
{
background-color: #738AD4;
}
</style>
border-color css
<style>
span { border-color: #738AD4; }
span { border-color: rgb(115,138,212); }
td.TdClassName
{
border-color: #738AD4;
}
.TagClassName
{
border-color: #738AD4;
}
</style>