#7994CE

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

Shades of Portage #7994CE

Tints of Portage #7994CE

Color information

#7994CE (or 0x7994CE) is unknown color: approx Portage. HEX triplet: 79, 94 and CE. RGB value is (121,148,206). Sum of RGB (Red+Green+Blue) = 121+148+206=475 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.47% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #7994CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7994CE is #866B31. Grayscale: #929292. Windows color (decimal): -8809266 or 13538425. OLE color: 13538425.

HSL color Cylindrical-coordinate representation of color #7994CE: hue angle of 220.94º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7994CE is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB121148206-
CMYK0.410.2800.19
HSL220.94º46.45%64.12%-
HSV(B)220.94º41.26%80.78%-
XYZ29.6229.762.56-
YUV146.54161.55109.78-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.47%
GREEN value IS 148 (58.20% from 255) = 31.16%
BLUE value IS 206 (80.86% from 255) = 43.37%
R=25.47%
G=31.16%
B=43.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1211482060.410.2800.19220.9446.4564.12
Hex7994CE291C013dd2e40
Octal171224316513402333556100
Binary1111001100101001100111010100111100010011110111011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7994CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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