Shades of Portage #768EDE
Tints of Portage #768EDE
RGB
CMYK
RGB Variations
Color information
#768EDE (or 0x768EDE) is known color: Portage. HEX triplet: 76, 8E and DE. RGB value is (118,142,222). Sum of RGB (Red+Green+Blue) = 118+142+222=482 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.48% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #768EDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768EDE is #897121. Grayscale: #8F8F8F. Windows color (decimal): -9007394 or 14585462. OLE color: 14585462.
HSL color Cylindrical-coordinate representation of color #768EDE: hue angle of 226.15º degrees, saturation: 0.61, 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 #768EDE is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 142 | 222 | - |
| CMYK | 0.47 | 0.36 | 0 | 0.13 |
| HSL | 226.15º | 0.61% | 0.67% | - |
| HSV(B) | 226.15º | 0.47% | 0.87% | - |
| XYZ | 30.33 | 28.47 | 73 | - |
| YUV | 143.94 | 172.05 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 142 | 222 | 0.47 | 0.36 | 0 | 0.13 | 226.15 | 0.61 | 0.67 |
| Hex | 76 | 8E | DE | 2F | 24 | 0 | D | E2 | 3D | 43 |
| Octal | 166 | 216 | 336 | 57 | 44 | 0 | 15 | 342 | 75 | 103 |
| Binary | 1110110 | 10001110 | 11011110 | 101111 | 100100 | 0 | 1101 | 11100010 | 111101 | 1000011 |
Color Harmonies of #768EDE
Complementary color
Monochromatic Colors of #768EDE
Black with #768EDE
Text Example
Text Example
White with #768EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768EDE; }
p { color: rgb(118,142,222); }
H1.HeaderClassName
{
color: #768EDE;
}
.AnyTagClassName
{
color: #768EDE;
}
</style>
background-color css
<style>
a { background-color: #768EDE; }
a { background-color: rgb(118,142,222); }
div.DivClassName
{
background-color: #768EDE;
}
.BgClassName
{
background-color: #768EDE;
}
</style>
border-color css
<style>
span { border-color: #768EDE; }
span { border-color: rgb(118,142,222); }
td.TdClassName
{
border-color: #768EDE;
}
.TagClassName
{
border-color: #768EDE;
}
</style>