#7996DE

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

Shades of Portage #7996DE

Tints of Portage #7996DE

Color information

#7996DE (or 0x7996DE) is unknown color: approx Portage. HEX triplet: 79, 96 and DE. RGB value is (121,150,222). Sum of RGB (Red+Green+Blue) = 121+150+222=493 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.54% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #7996DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7996DE is #866921. Grayscale: #959595. Windows color (decimal): -8808738 or 14587513. OLE color: 14587513.

HSL color Cylindrical-coordinate representation of color #7996DE: hue angle of 222.77º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7996DE is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB121150222-
CMYK0.450.3200.13
HSL222.77º60.48%67.25%-
HSV(B)222.77º45.5%87.06%-
XYZ31.9831.1573.43-
YUV149.54168.89107.65-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.54%
GREEN value IS 150 (58.98% from 255) = 30.43%
BLUE value IS 222 (87.11% from 255) = 45.03%
R=24.54%
G=30.43%
B=45.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1211502220.450.3200.13222.7760.4867.25
Hex7996DE2D200Ddf3c43
Octal171226336554001533774103
Binary1111001100101101101111010110110000001101110111111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7996DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7996DE; }

 p { color: rgb(121,150,222); }

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

<style>
 a { background-color: #7996DE; }

 a { background-color: rgb(121,150,222); }

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

<style>
 span { border-color: #7996DE; }

 span { border-color: rgb(121,150,222); }

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