Shades of Portage #768AD8
Tints of Portage #768AD8
RGB
CMYK
RGB Variations
Color information
#768AD8 (or 0x768AD8) is known color: Portage. HEX triplet: 76, 8A and D8. RGB value is (118,138,216). Sum of RGB (Red+Green+Blue) = 118+138+216=472 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 216 (84.77% from 255 or 45.76% from 472); Max value from RGB is 216 - color contains mainly: blue. Hex color #768AD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768AD8 is #897527. Grayscale: #8C8C8C. Windows color (decimal): -9008424 or 14191222. OLE color: 14191222.
HSL color Cylindrical-coordinate representation of color #768AD8: hue angle of 227.76º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #768AD8 is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 138 | 216 | - |
| CMYK | 0.45 | 0.36 | 0 | 0.15 |
| HSL | 227.76º | 0.56% | 0.65% | - |
| HSV(B) | 227.76º | 0.45% | 0.85% | - |
| XYZ | 28.95 | 26.99 | 68.65 | - |
| YUV | 140.91 | 170.37 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 138 | 216 | 0.45 | 0.36 | 0 | 0.15 | 227.76 | 0.56 | 0.65 |
| Hex | 76 | 8A | D8 | 2D | 24 | 0 | F | E4 | 38 | 41 |
| Octal | 166 | 212 | 330 | 55 | 44 | 0 | 17 | 344 | 70 | 101 |
| Binary | 1110110 | 10001010 | 11011000 | 101101 | 100100 | 0 | 1111 | 11100100 | 111000 | 1000001 |
Color Harmonies of #768AD8
Complementary color
Monochromatic Colors of #768AD8
Black with #768AD8
Text Example
Text Example
White with #768AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768AD8; }
p { color: rgb(118,138,216); }
H1.HeaderClassName
{
color: #768AD8;
}
.AnyTagClassName
{
color: #768AD8;
}
</style>
background-color css
<style>
a { background-color: #768AD8; }
a { background-color: rgb(118,138,216); }
div.DivClassName
{
background-color: #768AD8;
}
.BgClassName
{
background-color: #768AD8;
}
</style>
border-color css
<style>
span { border-color: #768AD8; }
span { border-color: rgb(118,138,216); }
td.TdClassName
{
border-color: #768AD8;
}
.TagClassName
{
border-color: #768AD8;
}
</style>