#7C88ED

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

Shades of Portage #7C88ED

Tints of Portage #7C88ED

Color information

#7C88ED (or 0x7C88ED) is unknown color: approx Portage. HEX triplet: 7C, 88 and ED. RGB value is (124,136,237). Sum of RGB (Red+Green+Blue) = 124+136+237=497 (65% of max value = 765). Red value is 124 (48.83% from 255 or 24.95% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #7C88ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C88ED is #837712. Grayscale: #8F8F8F. Windows color (decimal): -8615699 or 15566972. OLE color: 15566972.

HSL color Cylindrical-coordinate representation of color #7C88ED: hue angle of 233.63º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C88ED is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB124136237-
CMYK0.480.4300.07
HSL233.63º75.84%70.78%-
HSV(B)233.63º47.68%92.94%-
XYZ32.428.0183.82-
YUV143.93180.52113.79-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.95%
GREEN value IS 136 (53.52% from 255) = 27.36%
BLUE value IS 237 (92.97% from 255) = 47.69%
R=24.95%
G=27.36%
B=47.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1241362370.480.4300.07233.6375.8470.78
Hex7C88ED302B07ea4c47
Octal174210355605307352114107
Binary1111100100010001110110111000010101101111110101010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C88ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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