#7991DC

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

Shades of Portage #7991DC

Tints of Portage #7991DC

Color information

#7991DC (or 0x7991DC) is unknown color: approx Portage. HEX triplet: 79, 91 and DC. RGB value is (121,145,220). Sum of RGB (Red+Green+Blue) = 121+145+220=486 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.90% from 486); Green value is 145 (57.03% from 255 or 29.84% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #7991DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7991DC is #866E23. Grayscale: #929292. Windows color (decimal): -8810020 or 14455161. OLE color: 14455161.

HSL color Cylindrical-coordinate representation of color #7991DC: hue angle of 225.45º degrees, saturation: 0.59, 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 #7991DC is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB121145220-
CMYK0.450.3400.14
HSL225.45º58.58%66.86%-
HSV(B)225.45º45%86.27%-
XYZ30.9329.4871.77-
YUV146.37169.55109.9-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.90%
GREEN value IS 145 (57.03% from 255) = 29.84%
BLUE value IS 220 (86.33% from 255) = 45.27%
R=24.90%
G=29.84%
B=45.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1211452200.450.3400.14225.4558.5866.86
Hex7991DC2D220Ee13b43
Octal171221334554201634173103
Binary1111001100100011101110010110110001001110111000011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7991DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7991DC; }

 p { color: rgb(121,145,220); }

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

<style>
 a { background-color: #7991DC; }

 a { background-color: rgb(121,145,220); }

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

<style>
 span { border-color: #7991DC; }

 span { border-color: rgb(121,145,220); }

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