#84A1E3

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

Shades of Portage #84A1E3

Tints of Portage #84A1E3

Color information

#84A1E3 (or 0x84A1E3) is unknown color: approx Portage. HEX triplet: 84, A1 and E3. RGB value is (132,161,227). Sum of RGB (Red+Green+Blue) = 132+161+227=520 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.38% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 227 (89.06% from 255 or 43.65% from 520); Max value from RGB is 227 - color contains mainly: blue. Hex color #84A1E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A1E3 is #7B5E1C. Grayscale: #9F9F9F. Windows color (decimal): -8085021 or 14918020. OLE color: 14918020.

HSL color Cylindrical-coordinate representation of color #84A1E3: hue angle of 221.68º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84A1E3 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB132161227-
CMYK0.420.2900.11
HSL221.68º62.91%70.39%-
HSV(B)221.68º41.85%89.02%-
XYZ36.1335.9477.71-
YUV159.85165.89108.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.38%
GREEN value IS 161 (63.28% from 255) = 30.96%
BLUE value IS 227 (89.06% from 255) = 43.65%
R=25.38%
G=30.96%
B=43.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1321612270.420.2900.11221.6862.9170.39
Hex84A1E32A1D0Bde3f46
Octal204241343523501333677106
Binary1000010010100001111000111010101110101011110111101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A1E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,161,227); }

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

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

 a { background-color: rgb(132,161,227); }

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

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

 span { border-color: rgb(132,161,227); }

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