#7890DE

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

Shades of Portage #7890DE

Tints of Portage #7890DE

Color information

#7890DE (or 0x7890DE) is unknown color: approx Portage. HEX triplet: 78, 90 and DE. RGB value is (120,144,222). Sum of RGB (Red+Green+Blue) = 120+144+222=486 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.69% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #7890DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7890DE is #876F21. Grayscale: #919191. Windows color (decimal): -8875810 or 14585976. OLE color: 14585976.

HSL color Cylindrical-coordinate representation of color #7890DE: hue angle of 225.88º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7890DE is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB120144222-
CMYK0.460.3500.13
HSL225.88º60.71%67.06%-
HSV(B)225.88º45.95%87.06%-
XYZ30.929.2173.12-
YUV145.72171.05109.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.69%
GREEN value IS 144 (56.64% from 255) = 29.63%
BLUE value IS 222 (87.11% from 255) = 45.68%
R=24.69%
G=29.63%
B=45.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1201442220.460.3500.13225.8860.7167.06
Hex7890DE2E230De23d43
Octal170220336564301534275103
Binary1111000100100001101111010111010001101101111000101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7890DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,144,222); }

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

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

 a { background-color: rgb(120,144,222); }

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

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

 span { border-color: rgb(120,144,222); }

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