Shades of Portage #768AD2
Tints of Portage #768AD2
RGB
CMYK
RGB Variations
Color information
#768AD2 (or 0x768AD2) is known color: Portage. HEX triplet: 76, 8A and D2. RGB value is (118,138,210). Sum of RGB (Red+Green+Blue) = 118+138+210=466 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.32% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 210 (82.42% from 255 or 45.06% from 466); Max value from RGB is 210 - color contains mainly: blue. Hex color #768AD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768AD2 is #89752D. Grayscale: #8B8B8B. Windows color (decimal): -9008430 or 13798006. OLE color: 13798006.
HSL color Cylindrical-coordinate representation of color #768AD2: hue angle of 226.96º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #768AD2 is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 138 | 210 | - |
| CMYK | 0.44 | 0.34 | 0 | 0.18 |
| HSL | 226.96º | 0.51% | 0.64% | - |
| HSV(B) | 226.96º | 0.44% | 0.82% | - |
| XYZ | 28.19 | 26.68 | 64.64 | - |
| YUV | 140.23 | 167.37 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 138 | 210 | 0.44 | 0.34 | 0 | 0.18 | 226.96 | 0.51 | 0.64 |
| Hex | 76 | 8A | D2 | 2C | 22 | 0 | 12 | E3 | 33 | 40 |
| Octal | 166 | 212 | 322 | 54 | 42 | 0 | 22 | 343 | 63 | 100 |
| Binary | 1110110 | 10001010 | 11010010 | 101100 | 100010 | 0 | 10010 | 11100011 | 110011 | 1000000 |
Color Harmonies of #768AD2
Complementary color
Monochromatic Colors of #768AD2
Black with #768AD2
Text Example
Text Example
White with #768AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768AD2; }
p { color: rgb(118,138,210); }
H1.HeaderClassName
{
color: #768AD2;
}
.AnyTagClassName
{
color: #768AD2;
}
</style>
background-color css
<style>
a { background-color: #768AD2; }
a { background-color: rgb(118,138,210); }
div.DivClassName
{
background-color: #768AD2;
}
.BgClassName
{
background-color: #768AD2;
}
</style>
border-color css
<style>
span { border-color: #768AD2; }
span { border-color: rgb(118,138,210); }
td.TdClassName
{
border-color: #768AD2;
}
.TagClassName
{
border-color: #768AD2;
}
</style>