#7896DC

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

Shades of Portage #7896DC

Tints of Portage #7896DC

Color information

#7896DC (or 0x7896DC) is unknown color: approx Portage. HEX triplet: 78, 96 and DC. RGB value is (120,150,220). Sum of RGB (Red+Green+Blue) = 120+150+220=490 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.49% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #7896DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7896DC is #876923. Grayscale: #949494. Windows color (decimal): -8874276 or 14456440. OLE color: 14456440.

HSL color Cylindrical-coordinate representation of color #7896DC: hue angle of 222º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7896DC is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB120150220-
CMYK0.450.3200.14
HSL222º58.82%66.67%-
HSV(B)222º45.45%86.27%-
XYZ31.5730.9772.02-
YUV149.01168.06107.31-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.49%
GREEN value IS 150 (58.98% from 255) = 30.61%
BLUE value IS 220 (86.33% from 255) = 44.90%
R=24.49%
G=30.61%
B=44.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1201502200.450.3200.1422258.8266.67
Hex7896DC2D200Ede3b43
Octal170226334554001633673103
Binary1111000100101101101110010110110000001110110111101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7896DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7896DC; }

 p { color: rgb(120,150,220); }

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

<style>
 a { background-color: #7896DC; }

 a { background-color: rgb(120,150,220); }

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

<style>
 span { border-color: #7896DC; }

 span { border-color: rgb(120,150,220); }

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