#7984EA

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

Shades of Portage #7984EA

Tints of Portage #7984EA

Color information

#7984EA (or 0x7984EA) is unknown color: approx Portage. HEX triplet: 79, 84 and EA. RGB value is (121,132,234). Sum of RGB (Red+Green+Blue) = 121+132+234=487 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.85% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #7984EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7984EA is #867B15. Grayscale: #8B8B8B. Windows color (decimal): -8813334 or 15369337. OLE color: 15369337.

HSL color Cylindrical-coordinate representation of color #7984EA: hue angle of 234.16º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7984EA is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB121132234-
CMYK0.480.4400.08
HSL234.16º72.9%69.61%-
HSV(B)234.16º48.29%91.76%-
XYZ30.9926.5181.33-
YUV140.34180.86114.21-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.85%
GREEN value IS 132 (51.95% from 255) = 27.10%
BLUE value IS 234 (91.80% from 255) = 48.05%
R=24.85%
G=27.10%
B=48.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1211322340.480.4400.08234.1672.969.61
Hex7984EA302C08ea4946
Octal1712043526054010352111106
Binary11110011000010011101010110000101100010001110101010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7984EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7984EA; }

 p { color: rgb(121,132,234); }

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

<style>
 a { background-color: #7984EA; }

 a { background-color: rgb(121,132,234); }

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

<style>
 span { border-color: #7984EA; }

 span { border-color: rgb(121,132,234); }

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