#7A88D0

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

Shades of Portage #7A88D0

Tints of Portage #7A88D0

Color information

#7A88D0 (or 0x7A88D0) is unknown color: approx Portage. HEX triplet: 7A, 88 and D0. RGB value is (122,136,208). Sum of RGB (Red+Green+Blue) = 122+136+208=466 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.18% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 208 - color contains mainly: blue. Hex color #7A88D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A88D0 is #85772F. Grayscale: #8B8B8B. Windows color (decimal): -8746800 or 13666426. OLE color: 13666426.

HSL color Cylindrical-coordinate representation of color #7A88D0: hue angle of 230.23º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A88D0 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB122136208-
CMYK0.410.3500.18
HSL230.23º47.78%64.71%-
HSV(B)230.23º41.35%81.57%-
XYZ28.2226.363.26-
YUV140.02166.36115.15-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.18%
GREEN value IS 136 (53.52% from 255) = 29.18%
BLUE value IS 208 (81.64% from 255) = 44.64%
R=26.18%
G=29.18%
B=44.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1221362080.410.3500.18230.2347.7864.71
Hex7A88D02923012e63041
Octal172210320514302234660101
Binary11110101000100011010000101001100011010010111001101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A88D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,136,208); }

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

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

 a { background-color: rgb(122,136,208); }

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

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

 span { border-color: rgb(122,136,208); }

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