Shades of Portage #7B8CEB
Tints of Portage #7B8CEB
RGB
CMYK
RGB Variations
Color information
#7B8CEB (or 0x7B8CEB) is known color: Portage. HEX triplet: 7B, 8C and EB. RGB value is (123,140,235). Sum of RGB (Red+Green+Blue) = 123+140+235=498 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.70% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #7B8CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B8CEB is #847314. Grayscale: #919191. Windows color (decimal): -8680213 or 15436923. OLE color: 15436923.
HSL color Cylindrical-coordinate representation of color #7B8CEB: hue angle of 230.89º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B8CEB is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 140 | 235 | - |
| CMYK | 0.48 | 0.40 | 0 | 0.08 |
| HSL | 230.89º | 0.74% | 0.7% | - |
| HSV(B) | 230.89º | 0.48% | 0.92% | - |
| XYZ | 32.54 | 28.97 | 82.47 | - |
| YUV | 145.75 | 178.37 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 140 | 235 | 0.48 | 0.40 | 0 | 0.08 | 230.89 | 0.74 | 0.7 |
| Hex | 7B | 8C | EB | 30 | 28 | 0 | 8 | E7 | 4A | 46 |
| Octal | 173 | 214 | 353 | 60 | 50 | 0 | 10 | 347 | 112 | 106 |
| Binary | 1111011 | 10001100 | 11101011 | 110000 | 101000 | 0 | 1000 | 11100111 | 1001010 | 1000110 |
Color Harmonies of #7B8CEB
Complementary color
Monochromatic Colors of #7B8CEB
Black with #7B8CEB
Text Example
Text Example
White with #7B8CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8CEB; }
p { color: rgb(123,140,235); }
H1.HeaderClassName
{
color: #7B8CEB;
}
.AnyTagClassName
{
color: #7B8CEB;
}
</style>
background-color css
<style>
a { background-color: #7B8CEB; }
a { background-color: rgb(123,140,235); }
div.DivClassName
{
background-color: #7B8CEB;
}
.BgClassName
{
background-color: #7B8CEB;
}
</style>
border-color css
<style>
span { border-color: #7B8CEB; }
span { border-color: rgb(123,140,235); }
td.TdClassName
{
border-color: #7B8CEB;
}
.TagClassName
{
border-color: #7B8CEB;
}
</style>