#7982DE

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

Shades of Portage #7982DE

Tints of Portage #7982DE

Color information

#7982DE (or 0x7982DE) is unknown color: approx Portage. HEX triplet: 79, 82 and DE. RGB value is (121,130,222). Sum of RGB (Red+Green+Blue) = 121+130+222=473 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.58% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #7982DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7982DE is #867D21. Grayscale: #898989. Windows color (decimal): -8813858 or 14582393. OLE color: 14582393.

HSL color Cylindrical-coordinate representation of color #7982DE: hue angle of 234.65º 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 #7982DE is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB121130222-
CMYK0.450.4100.13
HSL234.65º60.48%67.25%-
HSV(B)234.65º45.5%87.06%-
XYZ29.0525.372.46-
YUV137.8175.52116.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.58%
GREEN value IS 130 (51.17% from 255) = 27.48%
BLUE value IS 222 (87.11% from 255) = 46.93%
R=25.58%
G=27.48%
B=46.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1211302220.450.4100.13234.6560.4867.25
Hex7982DE2D290Deb3c43
Octal171202336555101535374103
Binary1111001100000101101111010110110100101101111010111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7982DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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