Shades of Portage #7681DC
Tints of Portage #7681DC
RGB
CMYK
RGB Variations
Color information
#7681DC (or 0x7681DC) is known color: Portage. HEX triplet: 76, 81 and DC. RGB value is (118,129,220). Sum of RGB (Red+Green+Blue) = 118+129+220=467 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.27% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #7681DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7681DC is #897E23. Grayscale: #878787. Windows color (decimal): -9010724 or 14451062. OLE color: 14451062.
HSL color Cylindrical-coordinate representation of color #7681DC: hue angle of 233.53º degrees, saturation: 0.59, 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 #7681DC is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 129 | 220 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.14 |
| HSL | 233.53º | 0.59% | 0.66% | - |
| HSV(B) | 233.53º | 0.46% | 0.86% | - |
| XYZ | 28.24 | 24.72 | 70.99 | - |
| YUV | 136.09 | 175.36 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 129 | 220 | 0.46 | 0.41 | 0 | 0.14 | 233.53 | 0.59 | 0.66 |
| Hex | 76 | 81 | DC | 2E | 29 | 0 | E | EA | 3B | 42 |
| Octal | 166 | 201 | 334 | 56 | 51 | 0 | 16 | 352 | 73 | 102 |
| Binary | 1110110 | 10000001 | 11011100 | 101110 | 101001 | 0 | 1110 | 11101010 | 111011 | 1000010 |
Color Harmonies of #7681DC
Complementary color
Monochromatic Colors of #7681DC
Black with #7681DC
Text Example
Text Example
White with #7681DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7681DC; }
p { color: rgb(118,129,220); }
H1.HeaderClassName
{
color: #7681DC;
}
.AnyTagClassName
{
color: #7681DC;
}
</style>
background-color css
<style>
a { background-color: #7681DC; }
a { background-color: rgb(118,129,220); }
div.DivClassName
{
background-color: #7681DC;
}
.BgClassName
{
background-color: #7681DC;
}
</style>
border-color css
<style>
span { border-color: #7681DC; }
span { border-color: rgb(118,129,220); }
td.TdClassName
{
border-color: #7681DC;
}
.TagClassName
{
border-color: #7681DC;
}
</style>