#7489DE

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

Shades of Portage #7489DE

Tints of Portage #7489DE

Color information

#7489DE (or 0x7489DE) is unknown color: approx Portage. HEX triplet: 74, 89 and DE. RGB value is (116,137,222). Sum of RGB (Red+Green+Blue) = 116+137+222=475 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.42% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #7489DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7489DE is #8B7621. Grayscale: #8C8C8C. Windows color (decimal): -9139746 or 14584180. OLE color: 14584180.

HSL color Cylindrical-coordinate representation of color #7489DE: hue angle of 228.11º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7489DE is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB116137222-
CMYK0.480.3800.13
HSL228.11º61.63%66.27%-
HSV(B)228.11º47.75%87.06%-
XYZ29.3326.8872.75-
YUV140.41174.04110.59-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.42%
GREEN value IS 137 (53.91% from 255) = 28.84%
BLUE value IS 222 (87.11% from 255) = 46.74%
R=24.42%
G=28.84%
B=46.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1161372220.480.3800.13228.1161.6366.27
Hex7489DE30260De43e42
Octal164211336604601534476102
Binary1110100100010011101111011000010011001101111001001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7489DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7489DE; }

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

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

<style>
 a { background-color: #7489DE; }

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

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

<style>
 span { border-color: #7489DE; }

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

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