#7A8CDC

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

Shades of Portage #7A8CDC

Tints of Portage #7A8CDC

Color information

#7A8CDC (or 0x7A8CDC) is unknown color: approx Portage. HEX triplet: 7A, 8C and DC. RGB value is (122,140,220). Sum of RGB (Red+Green+Blue) = 122+140+220=482 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.31% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A8CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8CDC is #857323. Grayscale: #8F8F8F. Windows color (decimal): -8745764 or 14453882. OLE color: 14453882.

HSL color Cylindrical-coordinate representation of color #7A8CDC: hue angle of 228.98º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A8CDC is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB122140220-
CMYK0.450.3600.14
HSL228.98º58.33%67.06%-
HSV(B)228.98º44.55%86.27%-
XYZ30.3228.0671.53-
YUV143.74171.04112.5-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.31%
GREEN value IS 140 (55.08% from 255) = 29.05%
BLUE value IS 220 (86.33% from 255) = 45.64%
R=25.31%
G=29.05%
B=45.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1221402200.450.3600.14228.9858.3367.06
Hex7A8CDC2D240Ee53a43
Octal172214334554401634572103
Binary1111010100011001101110010110110010001110111001011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,140,220); }

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

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

 a { background-color: rgb(122,140,220); }

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

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

 span { border-color: rgb(122,140,220); }

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