Shades of Portage #7380DC
Tints of Portage #7380DC
RGB
CMYK
RGB Variations
Color information
#7380DC (or 0x7380DC) is known color: Portage. HEX triplet: 73, 80 and DC. RGB value is (115,128,220). Sum of RGB (Red+Green+Blue) = 115+128+220=463 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.84% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #7380DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7380DC is #8C7F23. Grayscale: #868686. Windows color (decimal): -9207588 or 14450803. OLE color: 14450803.
HSL color Cylindrical-coordinate representation of color #7380DC: hue angle of 232.57º 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 #7380DC is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 128 | 220 | - |
| CMYK | 0.48 | 0.42 | 0 | 0.14 |
| HSL | 232.57º | 0.6% | 0.66% | - |
| HSV(B) | 232.57º | 0.48% | 0.86% | - |
| XYZ | 27.71 | 24.25 | 70.93 | - |
| YUV | 134.6 | 176.19 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 128 | 220 | 0.48 | 0.42 | 0 | 0.14 | 232.57 | 0.6 | 0.66 |
| Hex | 73 | 80 | DC | 30 | 2A | 0 | E | E9 | 3C | 42 |
| Octal | 163 | 200 | 334 | 60 | 52 | 0 | 16 | 351 | 74 | 102 |
| Binary | 1110011 | 10000000 | 11011100 | 110000 | 101010 | 0 | 1110 | 11101001 | 111100 | 1000010 |
Color Harmonies of #7380DC
Complementary color
Monochromatic Colors of #7380DC
Black with #7380DC
Text Example
Text Example
White with #7380DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7380DC; }
p { color: rgb(115,128,220); }
H1.HeaderClassName
{
color: #7380DC;
}
.AnyTagClassName
{
color: #7380DC;
}
</style>
background-color css
<style>
a { background-color: #7380DC; }
a { background-color: rgb(115,128,220); }
div.DivClassName
{
background-color: #7380DC;
}
.BgClassName
{
background-color: #7380DC;
}
</style>
border-color css
<style>
span { border-color: #7380DC; }
span { border-color: rgb(115,128,220); }
td.TdClassName
{
border-color: #7380DC;
}
.TagClassName
{
border-color: #7380DC;
}
</style>