Shades of Portage #7393D2
Tints of Portage #7393D2
RGB
CMYK
RGB Variations
Color information
#7393D2 (or 0x7393D2) is known color: Portage. HEX triplet: 73, 93 and D2. RGB value is (115,147,210). Sum of RGB (Red+Green+Blue) = 115+147+210=472 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.36% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 210 (82.42% from 255 or 44.49% from 472); Max value from RGB is 210 - color contains mainly: blue. Hex color #7393D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7393D2 is #8C6C2D. Grayscale: #909090. Windows color (decimal): -9202734 or 13800307. OLE color: 13800307.
HSL color Cylindrical-coordinate representation of color #7393D2: hue angle of 219.79º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7393D2 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 147 | 210 | - |
| CMYK | 0.45 | 0.30 | 0 | 0.18 |
| HSL | 219.79º | 0.51% | 0.64% | - |
| HSV(B) | 219.79º | 0.45% | 0.82% | - |
| XYZ | 29.14 | 29.17 | 65.07 | - |
| YUV | 144.61 | 164.9 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 147 | 210 | 0.45 | 0.30 | 0 | 0.18 | 219.79 | 0.51 | 0.64 |
| Hex | 73 | 93 | D2 | 2D | 1E | 0 | 12 | DC | 33 | 40 |
| Octal | 163 | 223 | 322 | 55 | 36 | 0 | 22 | 334 | 63 | 100 |
| Binary | 1110011 | 10010011 | 11010010 | 101101 | 11110 | 0 | 10010 | 11011100 | 110011 | 1000000 |
Color Harmonies of #7393D2
Complementary color
Monochromatic Colors of #7393D2
Black with #7393D2
Text Example
Text Example
White with #7393D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7393D2; }
p { color: rgb(115,147,210); }
H1.HeaderClassName
{
color: #7393D2;
}
.AnyTagClassName
{
color: #7393D2;
}
</style>
background-color css
<style>
a { background-color: #7393D2; }
a { background-color: rgb(115,147,210); }
div.DivClassName
{
background-color: #7393D2;
}
.BgClassName
{
background-color: #7393D2;
}
</style>
border-color css
<style>
span { border-color: #7393D2; }
span { border-color: rgb(115,147,210); }
td.TdClassName
{
border-color: #7393D2;
}
.TagClassName
{
border-color: #7393D2;
}
</style>