#7A90D8

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

Shades of Portage #7A90D8

Tints of Portage #7A90D8

Color information

#7A90D8 (or 0x7A90D8) is unknown color: approx Portage. HEX triplet: 7A, 90 and D8. RGB value is (122,144,216). Sum of RGB (Red+Green+Blue) = 122+144+216=482 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.31% from 482); Green value is 144 (56.64% from 255 or 29.88% 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 #7A90D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A90D8 is #856F27. Grayscale: #919191. Windows color (decimal): -8744744 or 14192762. OLE color: 14192762.

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

Color convert

RGB122144216-
CMYK0.440.3300.15
HSL225.96º54.65%66.27%-
HSV(B)225.96º43.52%84.71%-
XYZ30.3929.0468.97-
YUV145.63167.71111.15-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.31%
GREEN value IS 144 (56.64% from 255) = 29.88%
BLUE value IS 216 (84.77% from 255) = 44.81%
R=25.31%
G=29.88%
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
Decimal1221442160.440.3300.15225.9654.6566.27
Hex7A90D82C210Fe23742
Octal172220330544101734267102
Binary1111010100100001101100010110010000101111111000101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A90D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,144,216); }

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

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

 a { background-color: rgb(122,144,216); }

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

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

 span { border-color: rgb(122,144,216); }

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