Shades of Portage #7B8FCE
Tints of Portage #7B8FCE
RGB
CMYK
RGB Variations
Color information
#7B8FCE (or 0x7B8FCE) is known color: Portage. HEX triplet: 7B, 8F and CE. RGB value is (123,143,206). Sum of RGB (Red+Green+Blue) = 123+143+206=472 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.06% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B8FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8FCE is #847031. Grayscale: #8F8F8F. Windows color (decimal): -8679474 or 13537147. OLE color: 13537147.
HSL color Cylindrical-coordinate representation of color #7B8FCE: hue angle of 225.54º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B8FCE is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 143 | 206 | - |
| CMYK | 0.40 | 0.31 | 0 | 0.19 |
| HSL | 225.54º | 0.46% | 0.65% | - |
| HSV(B) | 225.54º | 0.4% | 0.81% | - |
| XYZ | 29.13 | 28.31 | 62.32 | - |
| YUV | 144.2 | 162.87 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 143 | 206 | 0.40 | 0.31 | 0 | 0.19 | 225.54 | 0.46 | 0.65 |
| Hex | 7B | 8F | CE | 28 | 1F | 0 | 13 | E2 | 2E | 41 |
| Octal | 173 | 217 | 316 | 50 | 37 | 0 | 23 | 342 | 56 | 101 |
| Binary | 1111011 | 10001111 | 11001110 | 101000 | 11111 | 0 | 10011 | 11100010 | 101110 | 1000001 |
Color Harmonies of #7B8FCE
Complementary color
Monochromatic Colors of #7B8FCE
Black with #7B8FCE
Text Example
Text Example
White with #7B8FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8FCE; }
p { color: rgb(123,143,206); }
H1.HeaderClassName
{
color: #7B8FCE;
}
.AnyTagClassName
{
color: #7B8FCE;
}
</style>
background-color css
<style>
a { background-color: #7B8FCE; }
a { background-color: rgb(123,143,206); }
div.DivClassName
{
background-color: #7B8FCE;
}
.BgClassName
{
background-color: #7B8FCE;
}
</style>
border-color css
<style>
span { border-color: #7B8FCE; }
span { border-color: rgb(123,143,206); }
td.TdClassName
{
border-color: #7B8FCE;
}
.TagClassName
{
border-color: #7B8FCE;
}
</style>