Shades of Portage #7B8BEF
Tints of Portage #7B8BEF
RGB
CMYK
RGB Variations
Color information
#7B8BEF (or 0x7B8BEF) is known color: Portage. HEX triplet: 7B, 8B and EF. RGB value is (123,139,239). Sum of RGB (Red+Green+Blue) = 123+139+239=501 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.55% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #7B8BEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B8BEF is #847410. Grayscale: #919191. Windows color (decimal): -8680465 or 15698811. OLE color: 15698811.
HSL color Cylindrical-coordinate representation of color #7B8BEF: hue angle of 231.72º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B8BEF is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 139 | 239 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.06 |
| HSL | 231.72º | 0.78% | 0.71% | - |
| HSV(B) | 231.72º | 0.49% | 0.94% | - |
| XYZ | 32.98 | 28.91 | 85.5 | - |
| YUV | 145.62 | 180.7 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 139 | 239 | 0.49 | 0.42 | 0 | 0.06 | 231.72 | 0.78 | 0.71 |
| Hex | 7B | 8B | EF | 31 | 2A | 0 | 6 | E8 | 4E | 47 |
| Octal | 173 | 213 | 357 | 61 | 52 | 0 | 6 | 350 | 116 | 107 |
| Binary | 1111011 | 10001011 | 11101111 | 110001 | 101010 | 0 | 110 | 11101000 | 1001110 | 1000111 |
Color Harmonies of #7B8BEF
Complementary color
Monochromatic Colors of #7B8BEF
Black with #7B8BEF
Text Example
Text Example
White with #7B8BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8BEF; }
p { color: rgb(123,139,239); }
H1.HeaderClassName
{
color: #7B8BEF;
}
.AnyTagClassName
{
color: #7B8BEF;
}
</style>
background-color css
<style>
a { background-color: #7B8BEF; }
a { background-color: rgb(123,139,239); }
div.DivClassName
{
background-color: #7B8BEF;
}
.BgClassName
{
background-color: #7B8BEF;
}
</style>
border-color css
<style>
span { border-color: #7B8BEF; }
span { border-color: rgb(123,139,239); }
td.TdClassName
{
border-color: #7B8BEF;
}
.TagClassName
{
border-color: #7B8BEF;
}
</style>