#7C89DE

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

Shades of Portage #7C89DE

Tints of Portage #7C89DE

Color information

#7C89DE (or 0x7C89DE) is unknown color: approx Portage. HEX triplet: 7C, 89 and DE. RGB value is (124,137,222). Sum of RGB (Red+Green+Blue) = 124+137+222=483 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.67% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #7C89DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C89DE is #837621. Grayscale: #8E8E8E. Windows color (decimal): -8615458 or 14584188. OLE color: 14584188.

HSL color Cylindrical-coordinate representation of color #7C89DE: hue angle of 232.04º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C89DE is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB124137222-
CMYK0.440.3800.13
HSL232.04º59.76%67.84%-
HSV(B)232.04º44.14%87.06%-
XYZ30.4427.4572.8-
YUV142.8172.69114.59-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.67%
GREEN value IS 137 (53.91% from 255) = 28.36%
BLUE value IS 222 (87.11% from 255) = 45.96%
R=25.67%
G=28.36%
B=45.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1241372220.440.3800.13232.0459.7667.84
Hex7C89DE2C260De83c44
Octal174211336544601535074104
Binary1111100100010011101111010110010011001101111010001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C89DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,137,222); }

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

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

 a { background-color: rgb(124,137,222); }

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

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

 span { border-color: rgb(124,137,222); }

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