Shades of Portage #7B8ADC
Tints of Portage #7B8ADC
RGB
CMYK
RGB Variations
Color information
#7B8ADC (or 0x7B8ADC) is known color: Portage. HEX triplet: 7B, 8A and DC. RGB value is (123,138,220). Sum of RGB (Red+Green+Blue) = 123+138+220=481 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.57% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B8ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8ADC is #847523. Grayscale: #8E8E8E. Windows color (decimal): -8680740 or 14453371. OLE color: 14453371.
HSL color Cylindrical-coordinate representation of color #7B8ADC: hue angle of 230.72º 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 #7B8ADC is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 138 | 220 | - |
| CMYK | 0.44 | 0.37 | 0 | 0.14 |
| HSL | 230.72º | 0.58% | 0.67% | - |
| HSV(B) | 230.72º | 0.44% | 0.86% | - |
| XYZ | 30.18 | 27.56 | 71.44 | - |
| YUV | 142.86 | 171.53 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 138 | 220 | 0.44 | 0.37 | 0 | 0.14 | 230.72 | 0.58 | 0.67 |
| Hex | 7B | 8A | DC | 2C | 25 | 0 | E | E7 | 3A | 43 |
| Octal | 173 | 212 | 334 | 54 | 45 | 0 | 16 | 347 | 72 | 103 |
| Binary | 1111011 | 10001010 | 11011100 | 101100 | 100101 | 0 | 1110 | 11100111 | 111010 | 1000011 |
Color Harmonies of #7B8ADC
Complementary color
Monochromatic Colors of #7B8ADC
Black with #7B8ADC
Text Example
Text Example
White with #7B8ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8ADC; }
p { color: rgb(123,138,220); }
H1.HeaderClassName
{
color: #7B8ADC;
}
.AnyTagClassName
{
color: #7B8ADC;
}
</style>
background-color css
<style>
a { background-color: #7B8ADC; }
a { background-color: rgb(123,138,220); }
div.DivClassName
{
background-color: #7B8ADC;
}
.BgClassName
{
background-color: #7B8ADC;
}
</style>
border-color css
<style>
span { border-color: #7B8ADC; }
span { border-color: rgb(123,138,220); }
td.TdClassName
{
border-color: #7B8ADC;
}
.TagClassName
{
border-color: #7B8ADC;
}
</style>