Shades of Portage #7682DF
Tints of Portage #7682DF
RGB
CMYK
RGB Variations
Color information
#7682DF (or 0x7682DF) is known color: Portage. HEX triplet: 76, 82 and DF. RGB value is (118,130,223). Sum of RGB (Red+Green+Blue) = 118+130+223=471 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.05% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #7682DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7682DF is #897D20. Grayscale: #888888. Windows color (decimal): -9010465 or 14647926. OLE color: 14647926.
HSL color Cylindrical-coordinate representation of color #7682DF: hue angle of 233.14º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7682DF is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 130 | 223 | - |
| CMYK | 0.47 | 0.42 | 0 | 0.13 |
| HSL | 233.14º | 0.62% | 0.67% | - |
| HSV(B) | 233.14º | 0.47% | 0.87% | - |
| XYZ | 28.77 | 25.14 | 73.15 | - |
| YUV | 137.01 | 176.52 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 130 | 223 | 0.47 | 0.42 | 0 | 0.13 | 233.14 | 0.62 | 0.67 |
| Hex | 76 | 82 | DF | 2F | 2A | 0 | D | E9 | 3E | 43 |
| Octal | 166 | 202 | 337 | 57 | 52 | 0 | 15 | 351 | 76 | 103 |
| Binary | 1110110 | 10000010 | 11011111 | 101111 | 101010 | 0 | 1101 | 11101001 | 111110 | 1000011 |
Color Harmonies of #7682DF
Complementary color
Monochromatic Colors of #7682DF
Black with #7682DF
Text Example
Text Example
White with #7682DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7682DF; }
p { color: rgb(118,130,223); }
H1.HeaderClassName
{
color: #7682DF;
}
.AnyTagClassName
{
color: #7682DF;
}
</style>
background-color css
<style>
a { background-color: #7682DF; }
a { background-color: rgb(118,130,223); }
div.DivClassName
{
background-color: #7682DF;
}
.BgClassName
{
background-color: #7682DF;
}
</style>
border-color css
<style>
span { border-color: #7682DF; }
span { border-color: rgb(118,130,223); }
td.TdClassName
{
border-color: #7682DF;
}
.TagClassName
{
border-color: #7682DF;
}
</style>