#7994D5

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

Shades of Portage #7994D5

Tints of Portage #7994D5

Color information

#7994D5 (or 0x7994D5) is unknown color: approx Portage. HEX triplet: 79, 94 and D5. RGB value is (121,148,213). Sum of RGB (Red+Green+Blue) = 121+148+213=482 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.10% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 213 - color contains mainly: blue. Hex color #7994D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7994D5 is #866B2A. Grayscale: #939393. Windows color (decimal): -8809259 or 13997177. OLE color: 13997177.

HSL color Cylindrical-coordinate representation of color #7994D5: hue angle of 222.39º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7994D5 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB121148213-
CMYK0.430.3100.16
HSL222.39º52.27%65.49%-
HSV(B)222.39º43.19%83.53%-
XYZ30.4930.0567.14-
YUV147.34165.05109.21-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.10%
GREEN value IS 148 (58.20% from 255) = 30.71%
BLUE value IS 213 (83.59% from 255) = 44.19%
R=25.10%
G=30.71%
B=44.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1211482130.430.3100.16222.3952.2765.49
Hex7994D52B1F010de3441
Octal171224325533702033664101
Binary1111001100101001101010110101111111010000110111101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7994D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7994D5; }

 p { color: rgb(121,148,213); }

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

<style>
 a { background-color: #7994D5; }

 a { background-color: rgb(121,148,213); }

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

<style>
 span { border-color: #7994D5; }

 span { border-color: rgb(121,148,213); }

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