Shades of Portage #7C8BF1
Tints of Portage #7C8BF1
RGB
CMYK
RGB Variations
Color information
#7C8BF1 (or 0x7C8BF1) is known color: Portage. HEX triplet: 7C, 8B and F1. RGB value is (124,139,241). Sum of RGB (Red+Green+Blue) = 124+139+241=504 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.60% from 504); Green value is 139 (54.69% from 255 or 27.58% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 241 - color contains mainly: blue. Hex color #7C8BF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C8BF1 is #83740E. Grayscale: #919191. Windows color (decimal): -8614927 or 15829884. OLE color: 15829884.
HSL color Cylindrical-coordinate representation of color #7C8BF1: hue angle of 232.31º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C8BF1 is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 139 | 241 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.05 |
| HSL | 232.31º | 0.81% | 0.72% | - |
| HSV(B) | 232.31º | 0.49% | 0.95% | - |
| XYZ | 33.42 | 29.1 | 87.07 | - |
| YUV | 146.14 | 181.53 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 139 | 241 | 0.49 | 0.42 | 0 | 0.05 | 232.31 | 0.81 | 0.72 |
| Hex | 7C | 8B | F1 | 31 | 2A | 0 | 5 | E8 | 51 | 48 |
| Octal | 174 | 213 | 361 | 61 | 52 | 0 | 5 | 350 | 121 | 110 |
| Binary | 1111100 | 10001011 | 11110001 | 110001 | 101010 | 0 | 101 | 11101000 | 1010001 | 1001000 |
Color Harmonies of #7C8BF1
Complementary color
Monochromatic Colors of #7C8BF1
Black with #7C8BF1
Text Example
Text Example
White with #7C8BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8BF1; }
p { color: rgb(124,139,241); }
H1.HeaderClassName
{
color: #7C8BF1;
}
.AnyTagClassName
{
color: #7C8BF1;
}
</style>
background-color css
<style>
a { background-color: #7C8BF1; }
a { background-color: rgb(124,139,241); }
div.DivClassName
{
background-color: #7C8BF1;
}
.BgClassName
{
background-color: #7C8BF1;
}
</style>
border-color css
<style>
span { border-color: #7C8BF1; }
span { border-color: rgb(124,139,241); }
td.TdClassName
{
border-color: #7C8BF1;
}
.TagClassName
{
border-color: #7C8BF1;
}
</style>