#7A8DDC

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

Shades of Portage #7A8DDC

Tints of Portage #7A8DDC

Color information

#7A8DDC (or 0x7A8DDC) is unknown color: approx Portage. HEX triplet: 7A, 8D and DC. RGB value is (122,141,220). Sum of RGB (Red+Green+Blue) = 122+141+220=483 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.26% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A8DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8DDC is #857223. Grayscale: #8F8F8F. Windows color (decimal): -8745508 or 14454138. OLE color: 14454138.

HSL color Cylindrical-coordinate representation of color #7A8DDC: hue angle of 228.37º 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 #7A8DDC is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB122141220-
CMYK0.450.3600.14
HSL228.37º58.33%67.06%-
HSV(B)228.37º44.55%86.27%-
XYZ30.4728.3571.58-
YUV144.33170.71112.08-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.26%
GREEN value IS 141 (55.47% from 255) = 29.19%
BLUE value IS 220 (86.33% from 255) = 45.55%
R=25.26%
G=29.19%
B=45.55%

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
Decimal1221412200.450.3600.14228.3758.3367.06
Hex7A8DDC2D240Ee43a43
Octal172215334554401634472103
Binary1111010100011011101110010110110010001110111001001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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