Shades of Portage #7384DD
Tints of Portage #7384DD
RGB
CMYK
RGB Variations
Color information
#7384DD (or 0x7384DD) is known color: Portage. HEX triplet: 73, 84 and DD. RGB value is (115,132,221). Sum of RGB (Red+Green+Blue) = 115+132+221=468 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.57% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #7384DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7384DD is #8C7B22. Grayscale: #888888. Windows color (decimal): -9206563 or 14517363. OLE color: 14517363.
HSL color Cylindrical-coordinate representation of color #7384DD: hue angle of 230.38º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7384DD is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 132 | 221 | - |
| CMYK | 0.48 | 0.40 | 0 | 0.13 |
| HSL | 230.38º | 0.61% | 0.66% | - |
| HSV(B) | 230.38º | 0.48% | 0.87% | - |
| XYZ | 28.37 | 25.37 | 71.81 | - |
| YUV | 137.06 | 175.37 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 132 | 221 | 0.48 | 0.40 | 0 | 0.13 | 230.38 | 0.61 | 0.66 |
| Hex | 73 | 84 | DD | 30 | 28 | 0 | D | E6 | 3D | 42 |
| Octal | 163 | 204 | 335 | 60 | 50 | 0 | 15 | 346 | 75 | 102 |
| Binary | 1110011 | 10000100 | 11011101 | 110000 | 101000 | 0 | 1101 | 11100110 | 111101 | 1000010 |
Color Harmonies of #7384DD
Complementary color
Monochromatic Colors of #7384DD
Black with #7384DD
Text Example
Text Example
White with #7384DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7384DD; }
p { color: rgb(115,132,221); }
H1.HeaderClassName
{
color: #7384DD;
}
.AnyTagClassName
{
color: #7384DD;
}
</style>
background-color css
<style>
a { background-color: #7384DD; }
a { background-color: rgb(115,132,221); }
div.DivClassName
{
background-color: #7384DD;
}
.BgClassName
{
background-color: #7384DD;
}
</style>
border-color css
<style>
span { border-color: #7384DD; }
span { border-color: rgb(115,132,221); }
td.TdClassName
{
border-color: #7384DD;
}
.TagClassName
{
border-color: #7384DD;
}
</style>