#84A0DA

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

Shades of Portage #84A0DA

Tints of Portage #84A0DA

Color information

#84A0DA (or 0x84A0DA) is unknown color: approx Portage. HEX triplet: 84, A0 and DA. RGB value is (132,160,218). Sum of RGB (Red+Green+Blue) = 132+160+218=510 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.88% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #84A0DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A0DA is #7B5F25. Grayscale: #9D9D9D. Windows color (decimal): -8085286 or 14327940. OLE color: 14327940.

HSL color Cylindrical-coordinate representation of color #84A0DA: hue angle of 220.47º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84A0DA is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB132160218-
CMYK0.390.2700.15
HSL220.47º53.75%68.63%-
HSV(B)220.47º39.45%85.49%-
XYZ34.7435.1171.28-
YUV158.24161.72109.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.88%
GREEN value IS 160 (62.89% from 255) = 31.37%
BLUE value IS 218 (85.55% from 255) = 42.75%
R=25.88%
G=31.37%
B=42.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1321602180.390.2700.15220.4753.7568.63
Hex84A0DA271B0Fdc3645
Octal204240332473301733466105
Binary1000010010100000110110101001111101101111110111001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84A0DA; }

 p { color: rgb(132,160,218); }

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

<style>
 a { background-color: #84A0DA; }

 a { background-color: rgb(132,160,218); }

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

<style>
 span { border-color: #84A0DA; }

 span { border-color: rgb(132,160,218); }

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