#7986eb

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

Shades of Portage #7986EB

Tints of Portage #7986EB

Color information

#7986EB (or 0x7986EB) is unknown color: approx Portage. HEX triplet: 79, 86 and EB. RGB value is (121,134,235). Sum of RGB (Red+Green+Blue) = 121+134+235=490 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.69% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #7986EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7986EB is #867914. Grayscale: #8D8D8D. Windows color (decimal): -8812821 or 15435385. OLE color: 15435385.

HSL color Cylindrical-coordinate representation of color #7986EB: hue angle of 233.16º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7986EB is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB121134235-
CMYK0.490.4300.08
HSL233.16º74.03%69.8%-
HSV(B)233.16º48.51%92.16%-
XYZ31.4127.1182.18-
YUV141.63180.69113.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.69%
GREEN value IS 134 (52.73% from 255) = 27.35%
BLUE value IS 235 (92.19% from 255) = 47.96%
R=24.69%
G=27.35%
B=47.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1211342350.490.4300.08233.1674.0369.8
Hex7986EB312B08e94a46
Octal1712063536153010351112106
Binary11110011000011011101011110001101011010001110100110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7986eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7986eb; }

 p { color: rgb(121,134,235); }

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

<style>
 a { background-color: #7986eb; }

 a { background-color: rgb(121,134,235); }

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

<style>
 span { border-color: #7986eb; }

 span { border-color: rgb(121,134,235); }

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