Shades of Portage #7781DC
Tints of Portage #7781DC
RGB
CMYK
RGB Variations
Color information
#7781DC (or 0x7781DC) is known color: Portage. HEX triplet: 77, 81 and DC. RGB value is (119,129,220). Sum of RGB (Red+Green+Blue) = 119+129+220=468 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.43% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #7781DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7781DC is #887E23. Grayscale: #888888. Windows color (decimal): -8945188 or 14451063. OLE color: 14451063.
HSL color Cylindrical-coordinate representation of color #7781DC: hue angle of 234.06º 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 #7781DC is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 129 | 220 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.14 |
| HSL | 234.06º | 0.59% | 0.66% | - |
| HSV(B) | 234.06º | 0.46% | 0.86% | - |
| XYZ | 28.38 | 24.79 | 71 | - |
| YUV | 136.38 | 175.19 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 129 | 220 | 0.46 | 0.41 | 0 | 0.14 | 234.06 | 0.59 | 0.66 |
| Hex | 77 | 81 | DC | 2E | 29 | 0 | E | EA | 3B | 42 |
| Octal | 167 | 201 | 334 | 56 | 51 | 0 | 16 | 352 | 73 | 102 |
| Binary | 1110111 | 10000001 | 11011100 | 101110 | 101001 | 0 | 1110 | 11101010 | 111011 | 1000010 |
Color Harmonies of #7781DC
Complementary color
Monochromatic Colors of #7781DC
Black with #7781DC
Text Example
Text Example
White with #7781DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7781DC; }
p { color: rgb(119,129,220); }
H1.HeaderClassName
{
color: #7781DC;
}
.AnyTagClassName
{
color: #7781DC;
}
</style>
background-color css
<style>
a { background-color: #7781DC; }
a { background-color: rgb(119,129,220); }
div.DivClassName
{
background-color: #7781DC;
}
.BgClassName
{
background-color: #7781DC;
}
</style>
border-color css
<style>
span { border-color: #7781DC; }
span { border-color: rgb(119,129,220); }
td.TdClassName
{
border-color: #7781DC;
}
.TagClassName
{
border-color: #7781DC;
}
</style>