Shades of Portage #7683DC
Tints of Portage #7683DC
RGB
CMYK
RGB Variations
Color information
#7683DC (or 0x7683DC) is known color: Portage. HEX triplet: 76, 83 and DC. RGB value is (118,131,220). Sum of RGB (Red+Green+Blue) = 118+131+220=469 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.16% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #7683DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7683DC is #897C23. Grayscale: #888888. Windows color (decimal): -9010212 or 14451574. OLE color: 14451574.
HSL color Cylindrical-coordinate representation of color #7683DC: hue angle of 232.35º 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 #7683DC is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 131 | 220 | - |
| CMYK | 0.46 | 0.40 | 0 | 0.14 |
| HSL | 232.35º | 0.59% | 0.66% | - |
| HSV(B) | 232.35º | 0.46% | 0.86% | - |
| XYZ | 28.51 | 25.25 | 71.08 | - |
| YUV | 137.26 | 174.69 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 131 | 220 | 0.46 | 0.40 | 0 | 0.14 | 232.35 | 0.59 | 0.66 |
| Hex | 76 | 83 | DC | 2E | 28 | 0 | E | E8 | 3B | 42 |
| Octal | 166 | 203 | 334 | 56 | 50 | 0 | 16 | 350 | 73 | 102 |
| Binary | 1110110 | 10000011 | 11011100 | 101110 | 101000 | 0 | 1110 | 11101000 | 111011 | 1000010 |
Color Harmonies of #7683DC
Complementary color
Monochromatic Colors of #7683DC
Black with #7683DC
Text Example
Text Example
White with #7683DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7683DC; }
p { color: rgb(118,131,220); }
H1.HeaderClassName
{
color: #7683DC;
}
.AnyTagClassName
{
color: #7683DC;
}
</style>
background-color css
<style>
a { background-color: #7683DC; }
a { background-color: rgb(118,131,220); }
div.DivClassName
{
background-color: #7683DC;
}
.BgClassName
{
background-color: #7683DC;
}
</style>
border-color css
<style>
span { border-color: #7683DC; }
span { border-color: rgb(118,131,220); }
td.TdClassName
{
border-color: #7683DC;
}
.TagClassName
{
border-color: #7683DC;
}
</style>