Shades of Portage #7386DC
Tints of Portage #7386DC
RGB
CMYK
RGB Variations
Color information
#7386DC (or 0x7386DC) is known color: Portage. HEX triplet: 73, 86 and DC. RGB value is (115,134,220). Sum of RGB (Red+Green+Blue) = 115+134+220=469 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.52% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #7386DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7386DC is #8C7923. Grayscale: #898989. Windows color (decimal): -9206052 or 14452339. OLE color: 14452339.
HSL color Cylindrical-coordinate representation of color #7386DC: hue angle of 229.14º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7386DC is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 134 | 220 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.14 |
| HSL | 229.14º | 0.6% | 0.66% | - |
| HSV(B) | 229.14º | 0.48% | 0.86% | - |
| XYZ | 28.51 | 25.86 | 71.2 | - |
| YUV | 138.12 | 174.21 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 134 | 220 | 0.48 | 0.39 | 0 | 0.14 | 229.14 | 0.6 | 0.66 |
| Hex | 73 | 86 | DC | 30 | 27 | 0 | E | E5 | 3C | 42 |
| Octal | 163 | 206 | 334 | 60 | 47 | 0 | 16 | 345 | 74 | 102 |
| Binary | 1110011 | 10000110 | 11011100 | 110000 | 100111 | 0 | 1110 | 11100101 | 111100 | 1000010 |
Color Harmonies of #7386DC
Complementary color
Monochromatic Colors of #7386DC
Black with #7386DC
Text Example
Text Example
White with #7386DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7386DC; }
p { color: rgb(115,134,220); }
H1.HeaderClassName
{
color: #7386DC;
}
.AnyTagClassName
{
color: #7386DC;
}
</style>
background-color css
<style>
a { background-color: #7386DC; }
a { background-color: rgb(115,134,220); }
div.DivClassName
{
background-color: #7386DC;
}
.BgClassName
{
background-color: #7386DC;
}
</style>
border-color css
<style>
span { border-color: #7386DC; }
span { border-color: rgb(115,134,220); }
td.TdClassName
{
border-color: #7386DC;
}
.TagClassName
{
border-color: #7386DC;
}
</style>