#7A81DC

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

Shades of Portage #7A81DC

Tints of Portage #7A81DC

Color information

#7A81DC (or 0x7A81DC) is unknown color: approx Portage. HEX triplet: 7A, 81 and DC. RGB value is (122,129,220). Sum of RGB (Red+Green+Blue) = 122+129+220=471 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.90% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A81DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A81DC is #857E23. Grayscale: #888888. Windows color (decimal): -8748580 or 14451066. OLE color: 14451066.

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

Color convert

RGB122129220-
CMYK0.450.4100.14
HSL235.71º58.33%67.06%-
HSV(B)235.71º44.55%86.27%-
XYZ28.7925.0171.02-
YUV137.28174.68117.1-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.90%
GREEN value IS 129 (50.78% from 255) = 27.39%
BLUE value IS 220 (86.33% from 255) = 46.71%
R=25.90%
G=27.39%
B=46.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1221292200.450.4100.14235.7158.3367.06
Hex7A81DC2D290Eec3a43
Octal172201334555101635472103
Binary1111010100000011101110010110110100101110111011001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A81DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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