Shades of Portage #768EDF
Tints of Portage #768EDF
RGB
CMYK
RGB Variations
Color information
#768EDF (or 0x768EDF) is known color: Portage. HEX triplet: 76, 8E and DF. RGB value is (118,142,223). Sum of RGB (Red+Green+Blue) = 118+142+223=483 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.43% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #768EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768EDF is #897120. Grayscale: #8F8F8F. Windows color (decimal): -9007393 or 14650998. OLE color: 14650998.
HSL color Cylindrical-coordinate representation of color #768EDF: hue angle of 226.29º degrees, saturation: 0.62, 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 #768EDF is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 142 | 223 | - |
| CMYK | 0.47 | 0.36 | 0 | 0.13 |
| HSL | 226.29º | 0.62% | 0.67% | - |
| HSV(B) | 226.29º | 0.47% | 0.87% | - |
| XYZ | 30.46 | 28.53 | 73.71 | - |
| YUV | 144.06 | 172.55 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 142 | 223 | 0.47 | 0.36 | 0 | 0.13 | 226.29 | 0.62 | 0.67 |
| Hex | 76 | 8E | DF | 2F | 24 | 0 | D | E2 | 3E | 43 |
| Octal | 166 | 216 | 337 | 57 | 44 | 0 | 15 | 342 | 76 | 103 |
| Binary | 1110110 | 10001110 | 11011111 | 101111 | 100100 | 0 | 1101 | 11100010 | 111110 | 1000011 |
Color Harmonies of #768EDF
Complementary color
Monochromatic Colors of #768EDF
Black with #768EDF
Text Example
Text Example
White with #768EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768EDF; }
p { color: rgb(118,142,223); }
H1.HeaderClassName
{
color: #768EDF;
}
.AnyTagClassName
{
color: #768EDF;
}
</style>
background-color css
<style>
a { background-color: #768EDF; }
a { background-color: rgb(118,142,223); }
div.DivClassName
{
background-color: #768EDF;
}
.BgClassName
{
background-color: #768EDF;
}
</style>
border-color css
<style>
span { border-color: #768EDF; }
span { border-color: rgb(118,142,223); }
td.TdClassName
{
border-color: #768EDF;
}
.TagClassName
{
border-color: #768EDF;
}
</style>