Shades of Portage #7E99DA
Tints of Portage #7E99DA
RGB
CMYK
RGB Variations
Color information
#7E99DA (or 0x7E99DA) is known color: Portage. HEX triplet: 7E, 99 and DA. RGB value is (126,153,218). Sum of RGB (Red+Green+Blue) = 126+153+218=497 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.35% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #7E99DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E99DA is #816625. Grayscale: #989898. Windows color (decimal): -8480294 or 14326142. OLE color: 14326142.
HSL color Cylindrical-coordinate representation of color #7E99DA: hue angle of 222.39º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E99DA is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 153 | 218 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.15 |
| HSL | 222.39º | 0.55% | 0.67% | - |
| HSV(B) | 222.39º | 0.42% | 0.85% | - |
| XYZ | 32.65 | 32.28 | 70.84 | - |
| YUV | 152.34 | 165.05 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 153 | 218 | 0.42 | 0.30 | 0 | 0.15 | 222.39 | 0.55 | 0.67 |
| Hex | 7E | 99 | DA | 2A | 1E | 0 | F | DE | 37 | 43 |
| Octal | 176 | 231 | 332 | 52 | 36 | 0 | 17 | 336 | 67 | 103 |
| Binary | 1111110 | 10011001 | 11011010 | 101010 | 11110 | 0 | 1111 | 11011110 | 110111 | 1000011 |
Color Harmonies of #7E99DA
Complementary color
Monochromatic Colors of #7E99DA
Black with #7E99DA
Text Example
Text Example
White with #7E99DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E99DA; }
p { color: rgb(126,153,218); }
H1.HeaderClassName
{
color: #7E99DA;
}
.AnyTagClassName
{
color: #7E99DA;
}
</style>
background-color css
<style>
a { background-color: #7E99DA; }
a { background-color: rgb(126,153,218); }
div.DivClassName
{
background-color: #7E99DA;
}
.BgClassName
{
background-color: #7E99DA;
}
</style>
border-color css
<style>
span { border-color: #7E99DA; }
span { border-color: rgb(126,153,218); }
td.TdClassName
{
border-color: #7E99DA;
}
.TagClassName
{
border-color: #7E99DA;
}
</style>