#7d89ed

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

Shades of Portage #7D89ED

Tints of Portage #7D89ED

Color information

#7D89ED (or 0x7D89ED) is unknown color: approx Portage. HEX triplet: 7D, 89 and ED. RGB value is (125,137,237). Sum of RGB (Red+Green+Blue) = 125+137+237=499 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25.05% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #7D89ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D89ED is #827612. Grayscale: #909090. Windows color (decimal): -8549907 or 15567229. OLE color: 15567229.

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

Color convert

RGB125137237-
CMYK0.470.4200.07
HSL233.57º75.68%70.98%-
HSV(B)233.57º47.26%92.94%-
XYZ32.6928.3783.87-
YUV144.81180.02113.87-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.05%
GREEN value IS 137 (53.91% from 255) = 27.45%
BLUE value IS 237 (92.97% from 255) = 47.49%
R=25.05%
G=27.45%
B=47.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1251372370.470.4200.07233.5775.6870.98
Hex7D89ED2F2A07ea4c47
Octal175211355575207352114107
Binary1111101100010011110110110111110101001111110101010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7d89ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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