Shades of Portage #7689DF
Tints of Portage #7689DF
RGB
CMYK
RGB Variations
Color information
#7689DF (or 0x7689DF) is known color: Portage. HEX triplet: 76, 89 and DF. RGB value is (118,137,223). Sum of RGB (Red+Green+Blue) = 118+137+223=478 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.69% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #7689DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7689DF is #897620. Grayscale: #8C8C8C. Windows color (decimal): -9008673 or 14649718. OLE color: 14649718.
HSL color Cylindrical-coordinate representation of color #7689DF: hue angle of 229.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 #7689DF is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 137 | 223 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.13 |
| HSL | 229.14º | 0.62% | 0.67% | - |
| HSV(B) | 229.14º | 0.47% | 0.87% | - |
| XYZ | 29.74 | 27.07 | 73.47 | - |
| YUV | 141.12 | 174.21 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 137 | 223 | 0.47 | 0.39 | 0 | 0.13 | 229.14 | 0.62 | 0.67 |
| Hex | 76 | 89 | DF | 2F | 27 | 0 | D | E5 | 3E | 43 |
| Octal | 166 | 211 | 337 | 57 | 47 | 0 | 15 | 345 | 76 | 103 |
| Binary | 1110110 | 10001001 | 11011111 | 101111 | 100111 | 0 | 1101 | 11100101 | 111110 | 1000011 |
Color Harmonies of #7689DF
Complementary color
Monochromatic Colors of #7689DF
Black with #7689DF
Text Example
Text Example
White with #7689DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7689DF; }
p { color: rgb(118,137,223); }
H1.HeaderClassName
{
color: #7689DF;
}
.AnyTagClassName
{
color: #7689DF;
}
</style>
background-color css
<style>
a { background-color: #7689DF; }
a { background-color: rgb(118,137,223); }
div.DivClassName
{
background-color: #7689DF;
}
.BgClassName
{
background-color: #7689DF;
}
</style>
border-color css
<style>
span { border-color: #7689DF; }
span { border-color: rgb(118,137,223); }
td.TdClassName
{
border-color: #7689DF;
}
.TagClassName
{
border-color: #7689DF;
}
</style>