Shades of Portage #7683DA
Tints of Portage #7683DA
RGB
CMYK
RGB Variations
Color information
#7683DA (or 0x7683DA) is known color: Portage. HEX triplet: 76, 83 and DA. RGB value is (118,131,218). Sum of RGB (Red+Green+Blue) = 118+131+218=467 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.27% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #7683DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7683DA is #897C25. Grayscale: #888888. Windows color (decimal): -9010214 or 14320502. OLE color: 14320502.
HSL color Cylindrical-coordinate representation of color #7683DA: hue angle of 232.2º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7683DA is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 131 | 218 | - |
| CMYK | 0.46 | 0.40 | 0 | 0.15 |
| HSL | 232.2º | 0.57% | 0.66% | - |
| HSV(B) | 232.2º | 0.46% | 0.85% | - |
| XYZ | 28.24 | 25.15 | 69.69 | - |
| YUV | 137.03 | 173.69 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 131 | 218 | 0.46 | 0.40 | 0 | 0.15 | 232.2 | 0.57 | 0.66 |
| Hex | 76 | 83 | DA | 2E | 28 | 0 | F | E8 | 39 | 42 |
| Octal | 166 | 203 | 332 | 56 | 50 | 0 | 17 | 350 | 71 | 102 |
| Binary | 1110110 | 10000011 | 11011010 | 101110 | 101000 | 0 | 1111 | 11101000 | 111001 | 1000010 |
Color Harmonies of #7683DA
Complementary color
Monochromatic Colors of #7683DA
Black with #7683DA
Text Example
Text Example
White with #7683DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7683DA; }
p { color: rgb(118,131,218); }
H1.HeaderClassName
{
color: #7683DA;
}
.AnyTagClassName
{
color: #7683DA;
}
</style>
background-color css
<style>
a { background-color: #7683DA; }
a { background-color: rgb(118,131,218); }
div.DivClassName
{
background-color: #7683DA;
}
.BgClassName
{
background-color: #7683DA;
}
</style>
border-color css
<style>
span { border-color: #7683DA; }
span { border-color: rgb(118,131,218); }
td.TdClassName
{
border-color: #7683DA;
}
.TagClassName
{
border-color: #7683DA;
}
</style>