Shades of Portage #768FDB
Tints of Portage #768FDB
RGB
CMYK
RGB Variations
Color information
#768FDB (or 0x768FDB) is known color: Portage. HEX triplet: 76, 8F and DB. RGB value is (118,143,219). Sum of RGB (Red+Green+Blue) = 118+143+219=480 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.58% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #768FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768FDB is #897024. Grayscale: #8F8F8F. Windows color (decimal): -9007141 or 14389110. OLE color: 14389110.
HSL color Cylindrical-coordinate representation of color #768FDB: hue angle of 225.15º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #768FDB is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 143 | 219 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.14 |
| HSL | 225.15º | 0.58% | 0.66% | - |
| HSV(B) | 225.15º | 0.46% | 0.86% | - |
| XYZ | 30.08 | 28.61 | 70.95 | - |
| YUV | 144.19 | 170.22 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 143 | 219 | 0.46 | 0.35 | 0 | 0.14 | 225.15 | 0.58 | 0.66 |
| Hex | 76 | 8F | DB | 2E | 23 | 0 | E | E1 | 3A | 42 |
| Octal | 166 | 217 | 333 | 56 | 43 | 0 | 16 | 341 | 72 | 102 |
| Binary | 1110110 | 10001111 | 11011011 | 101110 | 100011 | 0 | 1110 | 11100001 | 111010 | 1000010 |
Color Harmonies of #768FDB
Complementary color
Monochromatic Colors of #768FDB
Black with #768FDB
Text Example
Text Example
White with #768FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768FDB; }
p { color: rgb(118,143,219); }
H1.HeaderClassName
{
color: #768FDB;
}
.AnyTagClassName
{
color: #768FDB;
}
</style>
background-color css
<style>
a { background-color: #768FDB; }
a { background-color: rgb(118,143,219); }
div.DivClassName
{
background-color: #768FDB;
}
.BgClassName
{
background-color: #768FDB;
}
</style>
border-color css
<style>
span { border-color: #768FDB; }
span { border-color: rgb(118,143,219); }
td.TdClassName
{
border-color: #768FDB;
}
.TagClassName
{
border-color: #768FDB;
}
</style>