#7995D8

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

Shades of Portage #7995D8

Tints of Portage #7995D8

Color information

#7995D8 (or 0x7995D8) is unknown color: approx Portage. HEX triplet: 79, 95 and D8. RGB value is (121,149,216). Sum of RGB (Red+Green+Blue) = 121+149+216=486 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.90% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 216 (84.77% from 255 or 44.44% from 486); Max value from RGB is 216 - color contains mainly: blue. Hex color #7995D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7995D8 is #866A27. Grayscale: #939393. Windows color (decimal): -8809000 or 14194041. OLE color: 14194041.

HSL color Cylindrical-coordinate representation of color #7995D8: hue angle of 222.32º 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 #7995D8 is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB121149216-
CMYK0.440.3100.15
HSL222.32º54.91%66.08%-
HSV(B)222.32º43.98%84.71%-
XYZ31.0330.5269.22-
YUV148.27166.22108.55-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.90%
GREEN value IS 149 (58.59% from 255) = 30.66%
BLUE value IS 216 (84.77% from 255) = 44.44%
R=24.90%
G=30.66%
B=44.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1211492160.440.3100.15222.3254.9166.08
Hex7995D82C1F0Fde3742
Octal171225330543701733667102
Binary111100110010101110110001011001111101111110111101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7995D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7995D8; }

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

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

<style>
 a { background-color: #7995D8; }

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

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

<style>
 span { border-color: #7995D8; }

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

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