Shades of Portage #7681DB
Tints of Portage #7681DB
RGB
CMYK
RGB Variations
Color information
#7681DB (or 0x7681DB) is known color: Portage. HEX triplet: 76, 81 and DB. RGB value is (118,129,219). Sum of RGB (Red+Green+Blue) = 118+129+219=466 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.32% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #7681DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7681DB is #897E24. Grayscale: #878787. Windows color (decimal): -9010725 or 14385526. OLE color: 14385526.
HSL color Cylindrical-coordinate representation of color #7681DB: hue angle of 233.47º 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 #7681DB is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 129 | 219 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.14 |
| HSL | 233.47º | 0.58% | 0.66% | - |
| HSV(B) | 233.47º | 0.46% | 0.86% | - |
| XYZ | 28.11 | 24.67 | 70.3 | - |
| YUV | 135.97 | 174.86 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 129 | 219 | 0.46 | 0.41 | 0 | 0.14 | 233.47 | 0.58 | 0.66 |
| Hex | 76 | 81 | DB | 2E | 29 | 0 | E | E9 | 3A | 42 |
| Octal | 166 | 201 | 333 | 56 | 51 | 0 | 16 | 351 | 72 | 102 |
| Binary | 1110110 | 10000001 | 11011011 | 101110 | 101001 | 0 | 1110 | 11101001 | 111010 | 1000010 |
Color Harmonies of #7681DB
Complementary color
Monochromatic Colors of #7681DB
Black with #7681DB
Text Example
Text Example
White with #7681DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7681DB; }
p { color: rgb(118,129,219); }
H1.HeaderClassName
{
color: #7681DB;
}
.AnyTagClassName
{
color: #7681DB;
}
</style>
background-color css
<style>
a { background-color: #7681DB; }
a { background-color: rgb(118,129,219); }
div.DivClassName
{
background-color: #7681DB;
}
.BgClassName
{
background-color: #7681DB;
}
</style>
border-color css
<style>
span { border-color: #7681DB; }
span { border-color: rgb(118,129,219); }
td.TdClassName
{
border-color: #7681DB;
}
.TagClassName
{
border-color: #7681DB;
}
</style>