Shades of Portage #7B8CEF
Tints of Portage #7B8CEF
RGB
CMYK
RGB Variations
Color information
#7B8CEF (or 0x7B8CEF) is known color: Portage. HEX triplet: 7B, 8C and EF. RGB value is (123,140,239). Sum of RGB (Red+Green+Blue) = 123+140+239=502 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.50% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #7B8CEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B8CEF is #847310. Grayscale: #919191. Windows color (decimal): -8680209 or 15699067. OLE color: 15699067.
HSL color Cylindrical-coordinate representation of color #7B8CEF: hue angle of 231.21º 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 #7B8CEF is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 140 | 239 | - |
| CMYK | 0.49 | 0.41 | 0 | 0.06 |
| HSL | 231.21º | 0.78% | 0.71% | - |
| HSV(B) | 231.21º | 0.49% | 0.94% | - |
| XYZ | 33.13 | 29.2 | 85.55 | - |
| YUV | 146.2 | 180.37 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 140 | 239 | 0.49 | 0.41 | 0 | 0.06 | 231.21 | 0.78 | 0.71 |
| Hex | 7B | 8C | EF | 31 | 29 | 0 | 6 | E7 | 4E | 47 |
| Octal | 173 | 214 | 357 | 61 | 51 | 0 | 6 | 347 | 116 | 107 |
| Binary | 1111011 | 10001100 | 11101111 | 110001 | 101001 | 0 | 110 | 11100111 | 1001110 | 1000111 |
Color Harmonies of #7B8CEF
Complementary color
Monochromatic Colors of #7B8CEF
Black with #7B8CEF
Text Example
Text Example
White with #7B8CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8CEF; }
p { color: rgb(123,140,239); }
H1.HeaderClassName
{
color: #7B8CEF;
}
.AnyTagClassName
{
color: #7B8CEF;
}
</style>
background-color css
<style>
a { background-color: #7B8CEF; }
a { background-color: rgb(123,140,239); }
div.DivClassName
{
background-color: #7B8CEF;
}
.BgClassName
{
background-color: #7B8CEF;
}
</style>
border-color css
<style>
span { border-color: #7B8CEF; }
span { border-color: rgb(123,140,239); }
td.TdClassName
{
border-color: #7B8CEF;
}
.TagClassName
{
border-color: #7B8CEF;
}
</style>