#84A0E7

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

Shades of Portage #84A0E7

Tints of Portage #84A0E7

Color information

#84A0E7 (or 0x84A0E7) is unknown color: approx Portage. HEX triplet: 84, A0 and E7. RGB value is (132,160,231). Sum of RGB (Red+Green+Blue) = 132+160+231=523 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.24% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 231 (90.62% from 255 or 44.17% from 523); Max value from RGB is 231 - color contains mainly: blue. Hex color #84A0E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84A0E7 is #7B5F18. Grayscale: #9F9F9F. Windows color (decimal): -8085273 or 15179908. OLE color: 15179908.

HSL color Cylindrical-coordinate representation of color #84A0E7: hue angle of 223.03º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84A0E7 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB132160231-
CMYK0.430.3100.09
HSL223.03º67.35%71.18%-
HSV(B)223.03º42.86%90.59%-
XYZ36.5135.8280.59-
YUV159.72168.22108.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.24%
GREEN value IS 160 (62.89% from 255) = 30.59%
BLUE value IS 231 (90.62% from 255) = 44.17%
R=25.24%
G=30.59%
B=44.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1321602310.430.3100.09223.0367.3571.18
Hex84A0E72B1F09df4347
Octal2042403475337011337103107
Binary10000100101000001110011110101111111010011101111110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A0E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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