Shades of Portage #7E95CB
Tints of Portage #7E95CB
RGB
CMYK
RGB Variations
Color information
#7E95CB (or 0x7E95CB) is known color: Portage. HEX triplet: 7E, 95 and CB. RGB value is (126,149,203). Sum of RGB (Red+Green+Blue) = 126+149+203=478 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.36% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #7E95CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E95CB is #816A34. Grayscale: #949494. Windows color (decimal): -8481333 or 13342078. OLE color: 13342078.
HSL color Cylindrical-coordinate representation of color #7E95CB: hue angle of 222.08º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E95CB is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 149 | 203 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.20 |
| HSL | 222.08º | 0.43% | 0.65% | - |
| HSV(B) | 222.08º | 0.38% | 0.8% | - |
| XYZ | 30.13 | 30.24 | 60.75 | - |
| YUV | 148.28 | 158.88 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 149 | 203 | 0.38 | 0.27 | 0 | 0.20 | 222.08 | 0.43 | 0.65 |
| Hex | 7E | 95 | CB | 26 | 1B | 0 | 14 | DE | 2B | 41 |
| Octal | 176 | 225 | 313 | 46 | 33 | 0 | 24 | 336 | 53 | 101 |
| Binary | 1111110 | 10010101 | 11001011 | 100110 | 11011 | 0 | 10100 | 11011110 | 101011 | 1000001 |
Color Harmonies of #7E95CB
Complementary color
Monochromatic Colors of #7E95CB
Black with #7E95CB
Text Example
Text Example
White with #7E95CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E95CB; }
p { color: rgb(126,149,203); }
H1.HeaderClassName
{
color: #7E95CB;
}
.AnyTagClassName
{
color: #7E95CB;
}
</style>
background-color css
<style>
a { background-color: #7E95CB; }
a { background-color: rgb(126,149,203); }
div.DivClassName
{
background-color: #7E95CB;
}
.BgClassName
{
background-color: #7E95CB;
}
</style>
border-color css
<style>
span { border-color: #7E95CB; }
span { border-color: rgb(126,149,203); }
td.TdClassName
{
border-color: #7E95CB;
}
.TagClassName
{
border-color: #7E95CB;
}
</style>