#7A99D7

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

Shades of Portage #7A99D7

Tints of Portage #7A99D7

Color information

#7A99D7 (or 0x7A99D7) is unknown color: approx Portage. HEX triplet: 7A, 99 and D7. RGB value is (122,153,215). Sum of RGB (Red+Green+Blue) = 122+153+215=490 (64% of max value = 765). Red value is 122 (48.05% from 255 or 24.90% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 215 (84.38% from 255 or 43.88% from 490); Max value from RGB is 215 - color contains mainly: blue. Hex color #7A99D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A99D7 is #856628. Grayscale: #969696. Windows color (decimal): -8742441 or 14129530. OLE color: 14129530.

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

Color convert

RGB122153215-
CMYK0.430.2900.16
HSL220º53.76%66.08%-
HSV(B)220º43.26%84.31%-
XYZ31.6831.8368.76-
YUV150.8164.23107.46-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.90%
GREEN value IS 153 (60.16% from 255) = 31.22%
BLUE value IS 215 (84.38% from 255) = 43.88%
R=24.90%
G=31.22%
B=43.88%

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
Decimal1221532150.430.2900.1622053.7666.08
Hex7A99D72B1D010dc3642
Octal172231327533502033466102
Binary1111010100110011101011110101111101010000110111001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A99D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A99D7; }

 p { color: rgb(122,153,215); }

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

<style>
 a { background-color: #7A99D7; }

 a { background-color: rgb(122,153,215); }

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

<style>
 span { border-color: #7A99D7; }

 span { border-color: rgb(122,153,215); }

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