#7997D5

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

Shades of Portage #7997D5

Tints of Portage #7997D5

Color information

#7997D5 (or 0x7997D5) is unknown color: approx Portage. HEX triplet: 79, 97 and D5. RGB value is (121,151,213). Sum of RGB (Red+Green+Blue) = 121+151+213=485 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.95% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 213 - color contains mainly: blue. Hex color #7997D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7997D5 is #86682A. Grayscale: #949494. Windows color (decimal): -8808491 or 13997945. OLE color: 13997945.

HSL color Cylindrical-coordinate representation of color #7997D5: hue angle of 220.43º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7997D5 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB121151213-
CMYK0.430.2900.16
HSL220.43º52.27%65.49%-
HSV(B)220.43º43.19%83.53%-
XYZ30.963167.3-
YUV149.1164.06107.96-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.95%
GREEN value IS 151 (59.38% from 255) = 31.13%
BLUE value IS 213 (83.59% from 255) = 43.92%
R=24.95%
G=31.13%
B=43.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1211512130.430.2900.16220.4352.2765.49
Hex7997D52B1D010dc3441
Octal171227325533502033464101
Binary1111001100101111101010110101111101010000110111001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7997D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7997D5; }

 p { color: rgb(121,151,213); }

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

<style>
 a { background-color: #7997D5; }

 a { background-color: rgb(121,151,213); }

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

<style>
 span { border-color: #7997D5; }

 span { border-color: rgb(121,151,213); }

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