Shades of Portage #7B8CDC
Tints of Portage #7B8CDC
RGB
CMYK
RGB Variations
Color information
#7B8CDC (or 0x7B8CDC) is known color: Portage. HEX triplet: 7B, 8C and DC. RGB value is (123,140,220). Sum of RGB (Red+Green+Blue) = 123+140+220=483 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.47% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B8CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8CDC is #847323. Grayscale: #8F8F8F. Windows color (decimal): -8680228 or 14453883. OLE color: 14453883.
HSL color Cylindrical-coordinate representation of color #7B8CDC: hue angle of 229.48º 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 #7B8CDC is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 140 | 220 | - |
| CMYK | 0.44 | 0.36 | 0 | 0.14 |
| HSL | 229.48º | 0.58% | 0.67% | - |
| HSV(B) | 229.48º | 0.44% | 0.86% | - |
| XYZ | 30.46 | 28.13 | 71.53 | - |
| YUV | 144.04 | 170.87 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 140 | 220 | 0.44 | 0.36 | 0 | 0.14 | 229.48 | 0.58 | 0.67 |
| Hex | 7B | 8C | DC | 2C | 24 | 0 | E | E5 | 3A | 43 |
| Octal | 173 | 214 | 334 | 54 | 44 | 0 | 16 | 345 | 72 | 103 |
| Binary | 1111011 | 10001100 | 11011100 | 101100 | 100100 | 0 | 1110 | 11100101 | 111010 | 1000011 |
Color Harmonies of #7B8CDC
Complementary color
Monochromatic Colors of #7B8CDC
Black with #7B8CDC
Text Example
Text Example
White with #7B8CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8CDC; }
p { color: rgb(123,140,220); }
H1.HeaderClassName
{
color: #7B8CDC;
}
.AnyTagClassName
{
color: #7B8CDC;
}
</style>
background-color css
<style>
a { background-color: #7B8CDC; }
a { background-color: rgb(123,140,220); }
div.DivClassName
{
background-color: #7B8CDC;
}
.BgClassName
{
background-color: #7B8CDC;
}
</style>
border-color css
<style>
span { border-color: #7B8CDC; }
span { border-color: rgb(123,140,220); }
td.TdClassName
{
border-color: #7B8CDC;
}
.TagClassName
{
border-color: #7B8CDC;
}
</style>