#7889D1

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

Shades of Portage #7889D1

Tints of Portage #7889D1

Color information

#7889D1 (or 0x7889D1) is unknown color: approx Portage. HEX triplet: 78, 89 and D1. RGB value is (120,137,209). Sum of RGB (Red+Green+Blue) = 120+137+209=466 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.75% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 209 (82.03% from 255 or 44.85% from 466); Max value from RGB is 209 - color contains mainly: blue. Hex color #7889D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7889D1 is #87762E. Grayscale: #8B8B8B. Windows color (decimal): -8877615 or 13732216. OLE color: 13732216.

HSL color Cylindrical-coordinate representation of color #7889D1: hue angle of 228.54º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7889D1 is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB120137209-
CMYK0.430.3400.18
HSL228.54º49.17%64.51%-
HSV(B)228.54º42.58%81.96%-
XYZ28.226.4963.95-
YUV140.12166.87113.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.75%
GREEN value IS 137 (53.91% from 255) = 29.40%
BLUE value IS 209 (82.03% from 255) = 44.85%
R=25.75%
G=29.40%
B=44.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1201372090.430.3400.18228.5449.1764.51
Hex7889D12B22012e53141
Octal170211321534202234561101
Binary11110001000100111010001101011100010010010111001011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7889D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7889D1; }

 p { color: rgb(120,137,209); }

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

<style>
 a { background-color: #7889D1; }

 a { background-color: rgb(120,137,209); }

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

<style>
 span { border-color: #7889D1; }

 span { border-color: rgb(120,137,209); }

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