#7D89DC

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

Shades of Portage #7D89DC

Tints of Portage #7D89DC

Color information

#7D89DC (or 0x7D89DC) is unknown color: approx Portage. HEX triplet: 7D, 89 and DC. RGB value is (125,137,220). Sum of RGB (Red+Green+Blue) = 125+137+220=482 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.93% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D89DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D89DC is #827623. Grayscale: #8E8E8E. Windows color (decimal): -8549924 or 14453117. OLE color: 14453117.

HSL color Cylindrical-coordinate representation of color #7D89DC: hue angle of 232.42º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D89DC is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB125137220-
CMYK0.430.3800.14
HSL232.42º57.58%67.65%-
HSV(B)232.42º43.18%86.27%-
XYZ30.3227.4271.4-
YUV142.87171.52115.25-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.93%
GREEN value IS 137 (53.91% from 255) = 28.42%
BLUE value IS 220 (86.33% from 255) = 45.64%
R=25.93%
G=28.42%
B=45.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1251372200.430.3800.14232.4257.5867.65
Hex7D89DC2B260Ee83a44
Octal175211334534601635072104
Binary1111101100010011101110010101110011001110111010001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D89DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,137,220); }

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

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

 a { background-color: rgb(125,137,220); }

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

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

 span { border-color: rgb(125,137,220); }

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