#7986DB

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

Shades of Portage #7986DB

Tints of Portage #7986DB

Color information

#7986DB (or 0x7986DB) is unknown color: approx Portage. HEX triplet: 79, 86 and DB. RGB value is (121,134,219). Sum of RGB (Red+Green+Blue) = 121+134+219=474 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.53% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #7986DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7986DB is #867924. Grayscale: #8B8B8B. Windows color (decimal): -8812837 or 14386809. OLE color: 14386809.

HSL color Cylindrical-coordinate representation of color #7986DB: hue angle of 232.04º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7986DB is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB121134219-
CMYK0.450.3900.14
HSL232.04º57.65%66.67%-
HSV(B)232.04º44.75%85.88%-
XYZ29.226.2370.54-
YUV139.8172.69114.59-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.53%
GREEN value IS 134 (52.73% from 255) = 28.27%
BLUE value IS 219 (85.94% from 255) = 46.20%
R=25.53%
G=28.27%
B=46.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1211342190.450.3900.14232.0457.6566.67
Hex7986DB2D270Ee83a43
Octal171206333554701635072103
Binary1111001100001101101101110110110011101110111010001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7986DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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