#7C88F1

Color #7C88F1 Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #7C88F1

Tints of Portage #7C88F1

Color information

#7C88F1 (or 0x7C88F1) is unknown color: approx Portage. HEX triplet: 7C, 88 and F1. RGB value is (124,136,241). Sum of RGB (Red+Green+Blue) = 124+136+241=501 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.75% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 241 (94.53% from 255 or 48.10% from 501); Max value from RGB is 241 - color contains mainly: blue. Hex color #7C88F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C88F1 is #83770E. Grayscale: #8F8F8F. Windows color (decimal): -8615695 or 15829116. OLE color: 15829116.

HSL color Cylindrical-coordinate representation of color #7C88F1: hue angle of 233.85º 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 #7C88F1 is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB124136241-
CMYK0.490.4400.05
HSL233.85º80.69%71.57%-
HSV(B)233.85º48.55%94.51%-
XYZ32.9928.2486.93-
YUV144.38182.52113.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 124 (48.83% from 255) = 24.75%
GREEN value IS 136 (53.52% from 255) = 27.15%
BLUE value IS 241 (94.53% from 255) = 48.10%
R=24.75%
G=27.15%
B=48.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1241362410.490.4400.05233.8580.6971.57
Hex7C88F1312C05ea5148
Octal174210361615405352121110
Binary1111100100010001111000111000110110001011110101010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C88F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C88F1; }

 p { color: rgb(124,136,241); }

 H1.HeaderClassName
 {
   color: #7C88F1;
 }
 .AnyTagClassName
 {
   color: #7C88F1;
 }
</style>
background-color css

<style>
 a { background-color: #7C88F1; }

 a { background-color: rgb(124,136,241); }

 div.DivClassName
 {
   background-color: #7C88F1;
 }
 .BgClassName
 {
   background-color: #7C88F1;
 }
</style>
border-color css

<style>
 span { border-color: #7C88F1; }

 span { border-color: rgb(124,136,241); }

 td.TdClassName
 {
   border-color: #7C88F1;
 }
 .TagClassName
 {
   border-color: #7C88F1;
 }
</style>