Shades of Portage #7691DC
Tints of Portage #7691DC
RGB
CMYK
RGB Variations
Color information
#7691DC (or 0x7691DC) is known color: Portage. HEX triplet: 76, 91 and DC. RGB value is (118,145,220). Sum of RGB (Red+Green+Blue) = 118+145+220=483 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.43% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #7691DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7691DC is #896E23. Grayscale: #919191. Windows color (decimal): -9006628 or 14455158. OLE color: 14455158.
HSL color Cylindrical-coordinate representation of color #7691DC: hue angle of 224.12º 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 #7691DC is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 145 | 220 | - |
| CMYK | 0.46 | 0.34 | 0 | 0.14 |
| HSL | 224.12º | 0.59% | 0.66% | - |
| HSV(B) | 224.12º | 0.46% | 0.86% | - |
| XYZ | 30.51 | 29.27 | 71.75 | - |
| YUV | 145.48 | 170.05 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 145 | 220 | 0.46 | 0.34 | 0 | 0.14 | 224.12 | 0.59 | 0.66 |
| Hex | 76 | 91 | DC | 2E | 22 | 0 | E | E0 | 3B | 42 |
| Octal | 166 | 221 | 334 | 56 | 42 | 0 | 16 | 340 | 73 | 102 |
| Binary | 1110110 | 10010001 | 11011100 | 101110 | 100010 | 0 | 1110 | 11100000 | 111011 | 1000010 |
Color Harmonies of #7691DC
Complementary color
Monochromatic Colors of #7691DC
Black with #7691DC
Text Example
Text Example
White with #7691DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7691DC; }
p { color: rgb(118,145,220); }
H1.HeaderClassName
{
color: #7691DC;
}
.AnyTagClassName
{
color: #7691DC;
}
</style>
background-color css
<style>
a { background-color: #7691DC; }
a { background-color: rgb(118,145,220); }
div.DivClassName
{
background-color: #7691DC;
}
.BgClassName
{
background-color: #7691DC;
}
</style>
border-color css
<style>
span { border-color: #7691DC; }
span { border-color: rgb(118,145,220); }
td.TdClassName
{
border-color: #7691DC;
}
.TagClassName
{
border-color: #7691DC;
}
</style>