#7C88EB

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

Shades of Portage #7C88EB

Tints of Portage #7C88EB

Color information

#7C88EB (or 0x7C88EB) is unknown color: approx Portage. HEX triplet: 7C, 88 and EB. RGB value is (124,136,235). Sum of RGB (Red+Green+Blue) = 124+136+235=495 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.05% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #7C88EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C88EB is #837714. Grayscale: #8F8F8F. Windows color (decimal): -8615701 or 15435900. OLE color: 15435900.

HSL color Cylindrical-coordinate representation of color #7C88EB: hue angle of 233.51º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C88EB is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB124136235-
CMYK0.470.4200.08
HSL233.51º73.51%70.39%-
HSV(B)233.51º47.23%92.16%-
XYZ32.1127.8982.29-
YUV143.7179.52113.95-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.05%
GREEN value IS 136 (53.52% from 255) = 27.47%
BLUE value IS 235 (92.19% from 255) = 47.47%
R=25.05%
G=27.47%
B=47.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1241362350.470.4200.08233.5173.5170.39
Hex7C88EB2F2A08ea4a46
Octal1742103535752010352112106
Binary11111001000100011101011101111101010010001110101010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C88EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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