Shades of Portage #7B8AE1
Tints of Portage #7B8AE1
RGB
CMYK
RGB Variations
Color information
#7B8AE1 (or 0x7B8AE1) is known color: Portage. HEX triplet: 7B, 8A and E1. RGB value is (123,138,225). Sum of RGB (Red+Green+Blue) = 123+138+225=486 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.31% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 225 (88.28% from 255 or 46.30% from 486); Max value from RGB is 225 - color contains mainly: blue. Hex color #7B8AE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8AE1 is #84751E. Grayscale: #8F8F8F. Windows color (decimal): -8680735 or 14781051. OLE color: 14781051.
HSL color Cylindrical-coordinate representation of color #7B8AE1: hue angle of 231.18º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7B8AE1 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 123 | 138 | 225 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.12 |
| HSL | 231.18º | 0.63% | 0.68% | - |
| HSV(B) | 231.18º | 0.45% | 0.88% | - |
| XYZ | 30.85 | 27.82 | 74.98 | - |
| YUV | 143.43 | 174.03 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 138 | 225 | 0.45 | 0.39 | 0 | 0.12 | 231.18 | 0.63 | 0.68 |
| Hex | 7B | 8A | E1 | 2D | 27 | 0 | C | E7 | 3F | 44 |
| Octal | 173 | 212 | 341 | 55 | 47 | 0 | 14 | 347 | 77 | 104 |
| Binary | 1111011 | 10001010 | 11100001 | 101101 | 100111 | 0 | 1100 | 11100111 | 111111 | 1000100 |
Color Harmonies of #7B8AE1
Complementary color
Monochromatic Colors of #7B8AE1
Black with #7B8AE1
Text Example
Text Example
White with #7B8AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8AE1; }
p { color: rgb(123,138,225); }
H1.HeaderClassName
{
color: #7B8AE1;
}
.AnyTagClassName
{
color: #7B8AE1;
}
</style>
background-color css
<style>
a { background-color: #7B8AE1; }
a { background-color: rgb(123,138,225); }
div.DivClassName
{
background-color: #7B8AE1;
}
.BgClassName
{
background-color: #7B8AE1;
}
</style>
border-color css
<style>
span { border-color: #7B8AE1; }
span { border-color: rgb(123,138,225); }
td.TdClassName
{
border-color: #7B8AE1;
}
.TagClassName
{
border-color: #7B8AE1;
}
</style>