Shades of Portage #7689DC
Tints of Portage #7689DC
RGB
CMYK
RGB Variations
Color information
#7689DC (or 0x7689DC) is known color: Portage. HEX triplet: 76, 89 and DC. RGB value is (118,137,220). Sum of RGB (Red+Green+Blue) = 118+137+220=475 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.84% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #7689DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7689DC is #897623. Grayscale: #8C8C8C. Windows color (decimal): -9008676 or 14453110. OLE color: 14453110.
HSL color Cylindrical-coordinate representation of color #7689DC: hue angle of 228.82º 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 #7689DC is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 137 | 220 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.14 |
| HSL | 228.82º | 0.59% | 0.66% | - |
| HSV(B) | 228.82º | 0.46% | 0.86% | - |
| XYZ | 29.34 | 26.91 | 71.36 | - |
| YUV | 140.78 | 172.71 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 137 | 220 | 0.46 | 0.38 | 0 | 0.14 | 228.82 | 0.59 | 0.66 |
| Hex | 76 | 89 | DC | 2E | 26 | 0 | E | E5 | 3B | 42 |
| Octal | 166 | 211 | 334 | 56 | 46 | 0 | 16 | 345 | 73 | 102 |
| Binary | 1110110 | 10001001 | 11011100 | 101110 | 100110 | 0 | 1110 | 11100101 | 111011 | 1000010 |
Color Harmonies of #7689DC
Complementary color
Monochromatic Colors of #7689DC
Black with #7689DC
Text Example
Text Example
White with #7689DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7689DC; }
p { color: rgb(118,137,220); }
H1.HeaderClassName
{
color: #7689DC;
}
.AnyTagClassName
{
color: #7689DC;
}
</style>
background-color css
<style>
a { background-color: #7689DC; }
a { background-color: rgb(118,137,220); }
div.DivClassName
{
background-color: #7689DC;
}
.BgClassName
{
background-color: #7689DC;
}
</style>
border-color css
<style>
span { border-color: #7689DC; }
span { border-color: rgb(118,137,220); }
td.TdClassName
{
border-color: #7689DC;
}
.TagClassName
{
border-color: #7689DC;
}
</style>