Shades of Portage #768FDF
Tints of Portage #768FDF
RGB
CMYK
RGB Variations
Color information
#768FDF (or 0x768FDF) is known color: Portage. HEX triplet: 76, 8F and DF. RGB value is (118,143,223). Sum of RGB (Red+Green+Blue) = 118+143+223=484 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.38% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #768FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768FDF is #897020. Grayscale: #909090. Windows color (decimal): -9007137 or 14651254. OLE color: 14651254.
HSL color Cylindrical-coordinate representation of color #768FDF: hue angle of 225.71º 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 #768FDF is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 143 | 223 | - |
| CMYK | 0.47 | 0.36 | 0 | 0.13 |
| HSL | 225.71º | 0.62% | 0.67% | - |
| HSV(B) | 225.71º | 0.47% | 0.87% | - |
| XYZ | 30.61 | 28.82 | 73.76 | - |
| YUV | 144.65 | 172.22 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 143 | 223 | 0.47 | 0.36 | 0 | 0.13 | 225.71 | 0.62 | 0.67 |
| Hex | 76 | 8F | DF | 2F | 24 | 0 | D | E2 | 3E | 43 |
| Octal | 166 | 217 | 337 | 57 | 44 | 0 | 15 | 342 | 76 | 103 |
| Binary | 1110110 | 10001111 | 11011111 | 101111 | 100100 | 0 | 1101 | 11100010 | 111110 | 1000011 |
Color Harmonies of #768FDF
Complementary color
Monochromatic Colors of #768FDF
Black with #768FDF
Text Example
Text Example
White with #768FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768FDF; }
p { color: rgb(118,143,223); }
H1.HeaderClassName
{
color: #768FDF;
}
.AnyTagClassName
{
color: #768FDF;
}
</style>
background-color css
<style>
a { background-color: #768FDF; }
a { background-color: rgb(118,143,223); }
div.DivClassName
{
background-color: #768FDF;
}
.BgClassName
{
background-color: #768FDF;
}
</style>
border-color css
<style>
span { border-color: #768FDF; }
span { border-color: rgb(118,143,223); }
td.TdClassName
{
border-color: #768FDF;
}
.TagClassName
{
border-color: #768FDF;
}
</style>