Shades of Portage #7685DC
Tints of Portage #7685DC
RGB
CMYK
RGB Variations
Color information
#7685DC (or 0x7685DC) is known color: Portage. HEX triplet: 76, 85 and DC. RGB value is (118,133,220). Sum of RGB (Red+Green+Blue) = 118+133+220=471 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.05% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #7685DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7685DC is #897A23. Grayscale: #8A8A8A. Windows color (decimal): -9009700 or 14452086. OLE color: 14452086.
HSL color Cylindrical-coordinate representation of color #7685DC: hue angle of 231.18º 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 #7685DC is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 133 | 220 | - |
| CMYK | 0.46 | 0.40 | 0 | 0.14 |
| HSL | 231.18º | 0.59% | 0.66% | - |
| HSV(B) | 231.18º | 0.46% | 0.86% | - |
| XYZ | 28.78 | 25.79 | 71.17 | - |
| YUV | 138.43 | 174.03 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 133 | 220 | 0.46 | 0.40 | 0 | 0.14 | 231.18 | 0.59 | 0.66 |
| Hex | 76 | 85 | DC | 2E | 28 | 0 | E | E7 | 3B | 42 |
| Octal | 166 | 205 | 334 | 56 | 50 | 0 | 16 | 347 | 73 | 102 |
| Binary | 1110110 | 10000101 | 11011100 | 101110 | 101000 | 0 | 1110 | 11100111 | 111011 | 1000010 |
Color Harmonies of #7685DC
Complementary color
Monochromatic Colors of #7685DC
Black with #7685DC
Text Example
Text Example
White with #7685DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7685DC; }
p { color: rgb(118,133,220); }
H1.HeaderClassName
{
color: #7685DC;
}
.AnyTagClassName
{
color: #7685DC;
}
</style>
background-color css
<style>
a { background-color: #7685DC; }
a { background-color: rgb(118,133,220); }
div.DivClassName
{
background-color: #7685DC;
}
.BgClassName
{
background-color: #7685DC;
}
</style>
border-color css
<style>
span { border-color: #7685DC; }
span { border-color: rgb(118,133,220); }
td.TdClassName
{
border-color: #7685DC;
}
.TagClassName
{
border-color: #7685DC;
}
</style>