Shades of Portage #768AE0
Tints of Portage #768AE0
RGB
CMYK
RGB Variations
Color information
#768AE0 (or 0x768AE0) is known color: Portage. HEX triplet: 76, 8A and E0. RGB value is (118,138,224). Sum of RGB (Red+Green+Blue) = 118+138+224=480 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.58% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 224 (87.89% from 255 or 46.67% from 480); Max value from RGB is 224 - color contains mainly: blue. Hex color #768AE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768AE0 is #89751F. Grayscale: #8D8D8D. Windows color (decimal): -9008416 or 14715510. OLE color: 14715510.
HSL color Cylindrical-coordinate representation of color #768AE0: hue angle of 228.68º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #768AE0 is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 138 | 224 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.12 |
| HSL | 228.68º | 0.63% | 0.67% | - |
| HSV(B) | 228.68º | 0.47% | 0.88% | - |
| XYZ | 30.01 | 27.41 | 74.23 | - |
| YUV | 141.82 | 174.37 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 138 | 224 | 0.47 | 0.38 | 0 | 0.12 | 228.68 | 0.63 | 0.67 |
| Hex | 76 | 8A | E0 | 2F | 26 | 0 | C | E5 | 3F | 43 |
| Octal | 166 | 212 | 340 | 57 | 46 | 0 | 14 | 345 | 77 | 103 |
| Binary | 1110110 | 10001010 | 11100000 | 101111 | 100110 | 0 | 1100 | 11100101 | 111111 | 1000011 |
Color Harmonies of #768AE0
Complementary color
Monochromatic Colors of #768AE0
Black with #768AE0
Text Example
Text Example
White with #768AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768AE0; }
p { color: rgb(118,138,224); }
H1.HeaderClassName
{
color: #768AE0;
}
.AnyTagClassName
{
color: #768AE0;
}
</style>
background-color css
<style>
a { background-color: #768AE0; }
a { background-color: rgb(118,138,224); }
div.DivClassName
{
background-color: #768AE0;
}
.BgClassName
{
background-color: #768AE0;
}
</style>
border-color css
<style>
span { border-color: #768AE0; }
span { border-color: rgb(118,138,224); }
td.TdClassName
{
border-color: #768AE0;
}
.TagClassName
{
border-color: #768AE0;
}
</style>