Shades of Portage #768ADF
Tints of Portage #768ADF
RGB
CMYK
RGB Variations
Color information
#768ADF (or 0x768ADF) is known color: Portage. HEX triplet: 76, 8A and DF. RGB value is (118,138,223). Sum of RGB (Red+Green+Blue) = 118+138+223=479 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.63% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #768ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768ADF is #897520. Grayscale: #8D8D8D. Windows color (decimal): -9008417 or 14649974. OLE color: 14649974.
HSL color Cylindrical-coordinate representation of color #768ADF: hue angle of 228.57º 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 #768ADF is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 138 | 223 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.13 |
| HSL | 228.57º | 0.62% | 0.67% | - |
| HSV(B) | 228.57º | 0.47% | 0.87% | - |
| XYZ | 29.88 | 27.36 | 73.52 | - |
| YUV | 141.71 | 173.87 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 138 | 223 | 0.47 | 0.38 | 0 | 0.13 | 228.57 | 0.62 | 0.67 |
| Hex | 76 | 8A | DF | 2F | 26 | 0 | D | E5 | 3E | 43 |
| Octal | 166 | 212 | 337 | 57 | 46 | 0 | 15 | 345 | 76 | 103 |
| Binary | 1110110 | 10001010 | 11011111 | 101111 | 100110 | 0 | 1101 | 11100101 | 111110 | 1000011 |
Color Harmonies of #768ADF
Complementary color
Monochromatic Colors of #768ADF
Black with #768ADF
Text Example
Text Example
White with #768ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768ADF; }
p { color: rgb(118,138,223); }
H1.HeaderClassName
{
color: #768ADF;
}
.AnyTagClassName
{
color: #768ADF;
}
</style>
background-color css
<style>
a { background-color: #768ADF; }
a { background-color: rgb(118,138,223); }
div.DivClassName
{
background-color: #768ADF;
}
.BgClassName
{
background-color: #768ADF;
}
</style>
border-color css
<style>
span { border-color: #768ADF; }
span { border-color: rgb(118,138,223); }
td.TdClassName
{
border-color: #768ADF;
}
.TagClassName
{
border-color: #768ADF;
}
</style>