Shades of Portage #7385DB
Tints of Portage #7385DB
RGB
CMYK
RGB Variations
Color information
#7385DB (or 0x7385DB) is known color: Portage. HEX triplet: 73, 85 and DB. RGB value is (115,133,219). Sum of RGB (Red+Green+Blue) = 115+133+219=467 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.63% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #7385DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7385DB is #8C7A24. Grayscale: #898989. Windows color (decimal): -9206309 or 14386547. OLE color: 14386547.
HSL color Cylindrical-coordinate representation of color #7385DB: hue angle of 229.62º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7385DB is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 133 | 219 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.14 |
| HSL | 229.62º | 0.59% | 0.65% | - |
| HSV(B) | 229.62º | 0.47% | 0.86% | - |
| XYZ | 28.24 | 25.53 | 70.46 | - |
| YUV | 137.42 | 174.04 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 133 | 219 | 0.47 | 0.39 | 0 | 0.14 | 229.62 | 0.59 | 0.65 |
| Hex | 73 | 85 | DB | 2F | 27 | 0 | E | E6 | 3B | 41 |
| Octal | 163 | 205 | 333 | 57 | 47 | 0 | 16 | 346 | 73 | 101 |
| Binary | 1110011 | 10000101 | 11011011 | 101111 | 100111 | 0 | 1110 | 11100110 | 111011 | 1000001 |
Color Harmonies of #7385DB
Complementary color
Monochromatic Colors of #7385DB
Black with #7385DB
Text Example
Text Example
White with #7385DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7385DB; }
p { color: rgb(115,133,219); }
H1.HeaderClassName
{
color: #7385DB;
}
.AnyTagClassName
{
color: #7385DB;
}
</style>
background-color css
<style>
a { background-color: #7385DB; }
a { background-color: rgb(115,133,219); }
div.DivClassName
{
background-color: #7385DB;
}
.BgClassName
{
background-color: #7385DB;
}
</style>
border-color css
<style>
span { border-color: #7385DB; }
span { border-color: rgb(115,133,219); }
td.TdClassName
{
border-color: #7385DB;
}
.TagClassName
{
border-color: #7385DB;
}
</style>