#7891D9

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

Shades of Portage #7891D9

Tints of Portage #7891D9

Color information

#7891D9 (or 0x7891D9) is unknown color: approx Portage. HEX triplet: 78, 91 and D9. RGB value is (120,145,217). Sum of RGB (Red+Green+Blue) = 120+145+217=482 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.90% from 482); Green value is 145 (57.03% from 255 or 30.08% from 482); Blue value is 217 (85.16% from 255 or 45.02% from 482); Max value from RGB is 217 - color contains mainly: blue. Hex color #7891D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7891D9 is #876E26. Grayscale: #919191. Windows color (decimal): -8875559 or 14258552. OLE color: 14258552.

HSL color Cylindrical-coordinate representation of color #7891D9: hue angle of 224.54º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7891D9 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB120145217-
CMYK0.450.3300.15
HSL224.54º56.07%66.08%-
HSV(B)224.54º44.7%85.1%-
XYZ30.429.2569.69-
YUV145.73168.22109.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.90%
GREEN value IS 145 (57.03% from 255) = 30.08%
BLUE value IS 217 (85.16% from 255) = 45.02%
R=24.90%
G=30.08%
B=45.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1201452170.450.3300.15224.5456.0766.08
Hex7891D92D210Fe13842
Octal170221331554101734170102
Binary1111000100100011101100110110110000101111111000011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7891D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7891D9; }

 p { color: rgb(120,145,217); }

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

<style>
 a { background-color: #7891D9; }

 a { background-color: rgb(120,145,217); }

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

<style>
 span { border-color: #7891D9; }

 span { border-color: rgb(120,145,217); }

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