#7A85DA

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

Shades of Portage #7A85DA

Tints of Portage #7A85DA

Color information

#7A85DA (or 0x7A85DA) is unknown color: approx Portage. HEX triplet: 7A, 85 and DA. RGB value is (122,133,218). Sum of RGB (Red+Green+Blue) = 122+133+218=473 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.79% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #7A85DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A85DA is #857A25. Grayscale: #8B8B8B. Windows color (decimal): -8747558 or 14321018. OLE color: 14321018.

HSL color Cylindrical-coordinate representation of color #7A85DA: hue angle of 233.12º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A85DA is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB122133218-
CMYK0.440.3900.15
HSL233.12º56.47%66.67%-
HSV(B)233.12º44.04%85.49%-
XYZ29.0725.9769.81-
YUV139.4172.36115.59-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.79%
GREEN value IS 133 (52.34% from 255) = 28.12%
BLUE value IS 218 (85.55% from 255) = 46.09%
R=25.79%
G=28.12%
B=46.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1221332180.440.3900.15233.1256.4766.67
Hex7A85DA2C270Fe93843
Octal172205332544701735170103
Binary1111010100001011101101010110010011101111111010011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A85DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,133,218); }

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

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

 a { background-color: rgb(122,133,218); }

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

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

 span { border-color: rgb(122,133,218); }

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