#7983DE

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

Shades of Portage #7983DE

Tints of Portage #7983DE

Color information

#7983DE (or 0x7983DE) is unknown color: approx Portage. HEX triplet: 79, 83 and DE. RGB value is (121,131,222). Sum of RGB (Red+Green+Blue) = 121+131+222=474 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.53% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #7983DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7983DE is #867C21. Grayscale: #8A8A8A. Windows color (decimal): -8813602 or 14582649. OLE color: 14582649.

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

Color convert

RGB121131222-
CMYK0.450.4100.13
HSL234.06º60.48%67.25%-
HSV(B)234.06º45.5%87.06%-
XYZ29.1925.5772.5-
YUV138.38175.19115.6-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.53%
GREEN value IS 131 (51.56% from 255) = 27.64%
BLUE value IS 222 (87.11% from 255) = 46.84%
R=25.53%
G=27.64%
B=46.84%

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
Decimal1211312220.450.4100.13234.0660.4867.25
Hex7983DE2D290Dea3c43
Octal171203336555101535274103
Binary1111001100000111101111010110110100101101111010101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7983DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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