Shades of Portage #7B8EDC
Tints of Portage #7B8EDC
RGB
CMYK
RGB Variations
Color information
#7B8EDC (or 0x7B8EDC) is known color: Portage. HEX triplet: 7B, 8E and DC. RGB value is (123,142,220). Sum of RGB (Red+Green+Blue) = 123+142+220=485 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.36% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B8EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8EDC is #847123. Grayscale: #909090. Windows color (decimal): -8679716 or 14454395. OLE color: 14454395.
HSL color Cylindrical-coordinate representation of color #7B8EDC: hue angle of 228.25º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B8EDC is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 142 | 220 | - |
| CMYK | 0.44 | 0.35 | 0 | 0.14 |
| HSL | 228.25º | 0.58% | 0.67% | - |
| HSV(B) | 228.25º | 0.44% | 0.86% | - |
| XYZ | 30.76 | 28.72 | 71.63 | - |
| YUV | 145.21 | 170.21 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 142 | 220 | 0.44 | 0.35 | 0 | 0.14 | 228.25 | 0.58 | 0.67 |
| Hex | 7B | 8E | DC | 2C | 23 | 0 | E | E4 | 3A | 43 |
| Octal | 173 | 216 | 334 | 54 | 43 | 0 | 16 | 344 | 72 | 103 |
| Binary | 1111011 | 10001110 | 11011100 | 101100 | 100011 | 0 | 1110 | 11100100 | 111010 | 1000011 |
Color Harmonies of #7B8EDC
Complementary color
Monochromatic Colors of #7B8EDC
Black with #7B8EDC
Text Example
Text Example
White with #7B8EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8EDC; }
p { color: rgb(123,142,220); }
H1.HeaderClassName
{
color: #7B8EDC;
}
.AnyTagClassName
{
color: #7B8EDC;
}
</style>
background-color css
<style>
a { background-color: #7B8EDC; }
a { background-color: rgb(123,142,220); }
div.DivClassName
{
background-color: #7B8EDC;
}
.BgClassName
{
background-color: #7B8EDC;
}
</style>
border-color css
<style>
span { border-color: #7B8EDC; }
span { border-color: rgb(123,142,220); }
td.TdClassName
{
border-color: #7B8EDC;
}
.TagClassName
{
border-color: #7B8EDC;
}
</style>