Shades of Portage #7583DB
Tints of Portage #7583DB
RGB
CMYK
RGB Variations
Color information
#7583DB (or 0x7583DB) is known color: Portage. HEX triplet: 75, 83 and DB. RGB value is (117,131,219). Sum of RGB (Red+Green+Blue) = 117+131+219=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 131 (51.56% from 255 or 28.05% 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 #7583DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7583DB is #8A7C24. Grayscale: #888888. Windows color (decimal): -9075749 or 14386037. OLE color: 14386037.
HSL color Cylindrical-coordinate representation of color #7583DB: hue angle of 231.76º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7583DB is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 131 | 219 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.14 |
| HSL | 231.76º | 0.59% | 0.66% | - |
| HSV(B) | 231.76º | 0.47% | 0.86% | - |
| XYZ | 28.24 | 25.13 | 70.38 | - |
| YUV | 136.85 | 174.36 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 131 | 219 | 0.47 | 0.40 | 0 | 0.14 | 231.76 | 0.59 | 0.66 |
| Hex | 75 | 83 | DB | 2F | 28 | 0 | E | E8 | 3B | 42 |
| Octal | 165 | 203 | 333 | 57 | 50 | 0 | 16 | 350 | 73 | 102 |
| Binary | 1110101 | 10000011 | 11011011 | 101111 | 101000 | 0 | 1110 | 11101000 | 111011 | 1000010 |
Color Harmonies of #7583DB
Complementary color
Monochromatic Colors of #7583DB
Black with #7583DB
Text Example
Text Example
White with #7583DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7583DB; }
p { color: rgb(117,131,219); }
H1.HeaderClassName
{
color: #7583DB;
}
.AnyTagClassName
{
color: #7583DB;
}
</style>
background-color css
<style>
a { background-color: #7583DB; }
a { background-color: rgb(117,131,219); }
div.DivClassName
{
background-color: #7583DB;
}
.BgClassName
{
background-color: #7583DB;
}
</style>
border-color css
<style>
span { border-color: #7583DB; }
span { border-color: rgb(117,131,219); }
td.TdClassName
{
border-color: #7583DB;
}
.TagClassName
{
border-color: #7583DB;
}
</style>