#7a96d5

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

Shades of Portage #7A96D5

Tints of Portage #7A96D5

Color information

#7A96D5 (or 0x7A96D5) is unknown color: approx Portage. HEX triplet: 7A, 96 and D5. RGB value is (122,150,213). Sum of RGB (Red+Green+Blue) = 122+150+213=485 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.15% from 485); Green value is 150 (58.98% from 255 or 30.93% 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 #7A96D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A96D5 is #85692A. Grayscale: #949494. Windows color (decimal): -8743211 or 13997690. OLE color: 13997690.

HSL color Cylindrical-coordinate representation of color #7A96D5: hue angle of 221.54º degrees, saturation: 0.52, 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 #7A96D5 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB122150213-
CMYK0.430.3000.16
HSL221.54º52%65.69%-
HSV(B)221.54º42.72%83.53%-
XYZ30.9430.7567.26-
YUV148.81164.22108.88-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.15%
GREEN value IS 150 (58.98% from 255) = 30.93%
BLUE value IS 213 (83.59% from 255) = 43.92%
R=25.15%
G=30.93%
B=43.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1221502130.430.3000.16221.545265.69
Hex7A96D52B1E010de3442
Octal172226325533602033664102
Binary1111010100101101101010110101111110010000110111101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a96d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,150,213); }

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

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

 a { background-color: rgb(122,150,213); }

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

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

 span { border-color: rgb(122,150,213); }

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