#7991d8

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

Shades of Portage #7991D8

Tints of Portage #7991D8

Color information

#7991D8 (or 0x7991D8) is unknown color: approx Portage. HEX triplet: 79, 91 and D8. RGB value is (121,145,216). Sum of RGB (Red+Green+Blue) = 121+145+216=482 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.10% from 482); Green value is 145 (57.03% from 255 or 30.08% from 482); Blue value is 216 (84.77% from 255 or 44.81% from 482); Max value from RGB is 216 - color contains mainly: blue. Hex color #7991D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7991D8 is #866E27. Grayscale: #919191. Windows color (decimal): -8810024 or 14193017. OLE color: 14193017.

HSL color Cylindrical-coordinate representation of color #7991D8: hue angle of 224.84º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7991D8 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB121145216-
CMYK0.440.3300.15
HSL224.84º54.91%66.08%-
HSV(B)224.84º43.98%84.71%-
XYZ30.4129.2769.01-
YUV145.92167.55110.23-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.10%
GREEN value IS 145 (57.03% from 255) = 30.08%
BLUE value IS 216 (84.77% from 255) = 44.81%
R=25.10%
G=30.08%
B=44.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1211452160.440.3300.15224.8454.9166.08
Hex7991D82C210Fe13742
Octal171221330544101734167102
Binary1111001100100011101100010110010000101111111000011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7991d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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