#7C89DD

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

Shades of Portage #7C89DD

Tints of Portage #7C89DD

Color information

#7C89DD (or 0x7C89DD) is unknown color: approx Portage. HEX triplet: 7C, 89 and DD. RGB value is (124,137,221). Sum of RGB (Red+Green+Blue) = 124+137+221=482 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.73% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #7C89DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C89DD is #837622. Grayscale: #8E8E8E. Windows color (decimal): -8615459 or 14518652. OLE color: 14518652.

HSL color Cylindrical-coordinate representation of color #7C89DD: hue angle of 231.96º degrees, saturation: 0.59, 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 #7C89DD is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB124137221-
CMYK0.440.3800.13
HSL231.96º58.79%67.65%-
HSV(B)231.96º43.89%86.67%-
XYZ30.3127.472.1-
YUV142.69172.19114.67-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.73%
GREEN value IS 137 (53.91% from 255) = 28.42%
BLUE value IS 221 (86.72% from 255) = 45.85%
R=25.73%
G=28.42%
B=45.85%

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
Decimal1241372210.440.3800.13231.9658.7967.65
Hex7C89DD2C260De83b44
Octal174211335544601535073104
Binary1111100100010011101110110110010011001101111010001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C89DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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