Shades of Portage #7785DB
Tints of Portage #7785DB
RGB
CMYK
RGB Variations
Color information
#7785DB (or 0x7785DB) is known color: Portage. HEX triplet: 77, 85 and DB. RGB value is (119,133,219). Sum of RGB (Red+Green+Blue) = 119+133+219=471 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.27% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #7785DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7785DB is #887A24. Grayscale: #8A8A8A. Windows color (decimal): -8944165 or 14386551. OLE color: 14386551.
HSL color Cylindrical-coordinate representation of color #7785DB: hue angle of 231.6º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7785DB is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 133 | 219 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.14 |
| HSL | 231.6º | 0.58% | 0.66% | - |
| HSV(B) | 231.6º | 0.46% | 0.86% | - |
| XYZ | 28.78 | 25.81 | 70.48 | - |
| YUV | 138.62 | 173.36 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 133 | 219 | 0.46 | 0.39 | 0 | 0.14 | 231.6 | 0.58 | 0.66 |
| Hex | 77 | 85 | DB | 2E | 27 | 0 | E | E8 | 3A | 42 |
| Octal | 167 | 205 | 333 | 56 | 47 | 0 | 16 | 350 | 72 | 102 |
| Binary | 1110111 | 10000101 | 11011011 | 101110 | 100111 | 0 | 1110 | 11101000 | 111010 | 1000010 |
Color Harmonies of #7785DB
Complementary color
Monochromatic Colors of #7785DB
Black with #7785DB
Text Example
Text Example
White with #7785DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7785DB; }
p { color: rgb(119,133,219); }
H1.HeaderClassName
{
color: #7785DB;
}
.AnyTagClassName
{
color: #7785DB;
}
</style>
background-color css
<style>
a { background-color: #7785DB; }
a { background-color: rgb(119,133,219); }
div.DivClassName
{
background-color: #7785DB;
}
.BgClassName
{
background-color: #7785DB;
}
</style>
border-color css
<style>
span { border-color: #7785DB; }
span { border-color: rgb(119,133,219); }
td.TdClassName
{
border-color: #7785DB;
}
.TagClassName
{
border-color: #7785DB;
}
</style>