#7989DE

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

Shades of Portage #7989DE

Tints of Portage #7989DE

Color information

#7989DE (or 0x7989DE) is unknown color: approx Portage. HEX triplet: 79, 89 and DE. RGB value is (121,137,222). Sum of RGB (Red+Green+Blue) = 121+137+222=480 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.21% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 222 - color contains mainly: blue. Hex color #7989DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7989DE is #867621. Grayscale: #8D8D8D. Windows color (decimal): -8812066 or 14584185. OLE color: 14584185.

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

Color convert

RGB121137222-
CMYK0.450.3800.13
HSL230.5º60.48%67.25%-
HSV(B)230.5º45.5%87.06%-
XYZ30.0227.2372.78-
YUV141.91173.2113.09-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.21%
GREEN value IS 137 (53.91% from 255) = 28.54%
BLUE value IS 222 (87.11% from 255) = 46.25%
R=25.21%
G=28.54%
B=46.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1211372220.450.3800.13230.560.4867.25
Hex7989DE2D260De63c43
Octal171211336554601534674103
Binary1111001100010011101111010110110011001101111001101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7989DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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