Shades of Portage #768BDA
Tints of Portage #768BDA
RGB
CMYK
RGB Variations
Color information
#768BDA (or 0x768BDA) is known color: Portage. HEX triplet: 76, 8B and DA. RGB value is (118,139,218). Sum of RGB (Red+Green+Blue) = 118+139+218=475 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.84% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #768BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768BDA is #897425. Grayscale: #8D8D8D. Windows color (decimal): -9008166 or 14322550. OLE color: 14322550.
HSL color Cylindrical-coordinate representation of color #768BDA: hue angle of 227.4º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #768BDA is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 139 | 218 | - |
| CMYK | 0.46 | 0.36 | 0 | 0.15 |
| HSL | 227.4º | 0.57% | 0.66% | - |
| HSV(B) | 227.4º | 0.46% | 0.85% | - |
| XYZ | 29.36 | 27.38 | 70.07 | - |
| YUV | 141.73 | 171.04 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 139 | 218 | 0.46 | 0.36 | 0 | 0.15 | 227.4 | 0.57 | 0.66 |
| Hex | 76 | 8B | DA | 2E | 24 | 0 | F | E3 | 39 | 42 |
| Octal | 166 | 213 | 332 | 56 | 44 | 0 | 17 | 343 | 71 | 102 |
| Binary | 1110110 | 10001011 | 11011010 | 101110 | 100100 | 0 | 1111 | 11100011 | 111001 | 1000010 |
Color Harmonies of #768BDA
Complementary color
Monochromatic Colors of #768BDA
Black with #768BDA
Text Example
Text Example
White with #768BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768BDA; }
p { color: rgb(118,139,218); }
H1.HeaderClassName
{
color: #768BDA;
}
.AnyTagClassName
{
color: #768BDA;
}
</style>
background-color css
<style>
a { background-color: #768BDA; }
a { background-color: rgb(118,139,218); }
div.DivClassName
{
background-color: #768BDA;
}
.BgClassName
{
background-color: #768BDA;
}
</style>
border-color css
<style>
span { border-color: #768BDA; }
span { border-color: rgb(118,139,218); }
td.TdClassName
{
border-color: #768BDA;
}
.TagClassName
{
border-color: #768BDA;
}
</style>