Shades of Portage #7692DD
Tints of Portage #7692DD
RGB
CMYK
RGB Variations
Color information
#7692DD (or 0x7692DD) is known color: Portage. HEX triplet: 76, 92 and DD. RGB value is (118,146,221). Sum of RGB (Red+Green+Blue) = 118+146+221=485 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.33% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #7692DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7692DD is #896D22. Grayscale: #919191. Windows color (decimal): -9006371 or 14520950. OLE color: 14520950.
HSL color Cylindrical-coordinate representation of color #7692DD: hue angle of 223.69º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7692DD is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 146 | 221 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.13 |
| HSL | 223.69º | 0.6% | 0.66% | - |
| HSV(B) | 223.69º | 0.47% | 0.87% | - |
| XYZ | 30.8 | 29.63 | 72.5 | - |
| YUV | 146.18 | 170.22 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 146 | 221 | 0.47 | 0.34 | 0 | 0.13 | 223.69 | 0.6 | 0.66 |
| Hex | 76 | 92 | DD | 2F | 22 | 0 | D | E0 | 3C | 42 |
| Octal | 166 | 222 | 335 | 57 | 42 | 0 | 15 | 340 | 74 | 102 |
| Binary | 1110110 | 10010010 | 11011101 | 101111 | 100010 | 0 | 1101 | 11100000 | 111100 | 1000010 |
Color Harmonies of #7692DD
Complementary color
Monochromatic Colors of #7692DD
Black with #7692DD
Text Example
Text Example
White with #7692DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7692DD; }
p { color: rgb(118,146,221); }
H1.HeaderClassName
{
color: #7692DD;
}
.AnyTagClassName
{
color: #7692DD;
}
</style>
background-color css
<style>
a { background-color: #7692DD; }
a { background-color: rgb(118,146,221); }
div.DivClassName
{
background-color: #7692DD;
}
.BgClassName
{
background-color: #7692DD;
}
</style>
border-color css
<style>
span { border-color: #7692DD; }
span { border-color: rgb(118,146,221); }
td.TdClassName
{
border-color: #7692DD;
}
.TagClassName
{
border-color: #7692DD;
}
</style>