Shades of Portage #7592DB
Tints of Portage #7592DB
RGB
CMYK
RGB Variations
Color information
#7592DB (or 0x7592DB) is known color: Portage. HEX triplet: 75, 92 and DB. RGB value is (117,146,219). Sum of RGB (Red+Green+Blue) = 117+146+219=482 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.27% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #7592DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7592DB is #8A6D24. Grayscale: #919191. Windows color (decimal): -9071909 or 14389877. OLE color: 14389877.
HSL color Cylindrical-coordinate representation of color #7592DB: hue angle of 222.94º 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 #7592DB is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 146 | 219 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.14 |
| HSL | 222.94º | 0.59% | 0.66% | - |
| HSV(B) | 222.94º | 0.47% | 0.86% | - |
| XYZ | 30.4 | 29.45 | 71.1 | - |
| YUV | 145.65 | 169.39 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 146 | 219 | 0.47 | 0.33 | 0 | 0.14 | 222.94 | 0.59 | 0.66 |
| Hex | 75 | 92 | DB | 2F | 21 | 0 | E | DF | 3B | 42 |
| Octal | 165 | 222 | 333 | 57 | 41 | 0 | 16 | 337 | 73 | 102 |
| Binary | 1110101 | 10010010 | 11011011 | 101111 | 100001 | 0 | 1110 | 11011111 | 111011 | 1000010 |
Color Harmonies of #7592DB
Complementary color
Monochromatic Colors of #7592DB
Black with #7592DB
Text Example
Text Example
White with #7592DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7592DB; }
p { color: rgb(117,146,219); }
H1.HeaderClassName
{
color: #7592DB;
}
.AnyTagClassName
{
color: #7592DB;
}
</style>
background-color css
<style>
a { background-color: #7592DB; }
a { background-color: rgb(117,146,219); }
div.DivClassName
{
background-color: #7592DB;
}
.BgClassName
{
background-color: #7592DB;
}
</style>
border-color css
<style>
span { border-color: #7592DB; }
span { border-color: rgb(117,146,219); }
td.TdClassName
{
border-color: #7592DB;
}
.TagClassName
{
border-color: #7592DB;
}
</style>