Shades of Portage #7B8CDB
Tints of Portage #7B8CDB
RGB
CMYK
RGB Variations
Color information
#7B8CDB (or 0x7B8CDB) is known color: Portage. HEX triplet: 7B, 8C and DB. RGB value is (123,140,219). Sum of RGB (Red+Green+Blue) = 123+140+219=482 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.52% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #7B8CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8CDB is #847324. Grayscale: #8F8F8F. Windows color (decimal): -8680229 or 14388347. OLE color: 14388347.
HSL color Cylindrical-coordinate representation of color #7B8CDB: hue angle of 229.38º degrees, saturation: 0.57, 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 #7B8CDB is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 140 | 219 | - |
| CMYK | 0.44 | 0.36 | 0 | 0.14 |
| HSL | 229.38º | 0.57% | 0.67% | - |
| HSV(B) | 229.38º | 0.44% | 0.86% | - |
| XYZ | 30.33 | 28.08 | 70.84 | - |
| YUV | 143.92 | 170.37 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 140 | 219 | 0.44 | 0.36 | 0 | 0.14 | 229.38 | 0.57 | 0.67 |
| Hex | 7B | 8C | DB | 2C | 24 | 0 | E | E5 | 39 | 43 |
| Octal | 173 | 214 | 333 | 54 | 44 | 0 | 16 | 345 | 71 | 103 |
| Binary | 1111011 | 10001100 | 11011011 | 101100 | 100100 | 0 | 1110 | 11100101 | 111001 | 1000011 |
Color Harmonies of #7B8CDB
Complementary color
Monochromatic Colors of #7B8CDB
Black with #7B8CDB
Text Example
Text Example
White with #7B8CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8CDB; }
p { color: rgb(123,140,219); }
H1.HeaderClassName
{
color: #7B8CDB;
}
.AnyTagClassName
{
color: #7B8CDB;
}
</style>
background-color css
<style>
a { background-color: #7B8CDB; }
a { background-color: rgb(123,140,219); }
div.DivClassName
{
background-color: #7B8CDB;
}
.BgClassName
{
background-color: #7B8CDB;
}
</style>
border-color css
<style>
span { border-color: #7B8CDB; }
span { border-color: rgb(123,140,219); }
td.TdClassName
{
border-color: #7B8CDB;
}
.TagClassName
{
border-color: #7B8CDB;
}
</style>