#849AEC

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

Shades of Portage #849AEC

Tints of Portage #849AEC

Color information

#849AEC (or 0x849AEC) is unknown color: approx Portage. HEX triplet: 84, 9A and EC. RGB value is (132,154,236). Sum of RGB (Red+Green+Blue) = 132+154+236=522 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.29% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #849AEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849AEC is #7B6513. Grayscale: #9C9C9C. Windows color (decimal): -8086804 or 15506052. OLE color: 15506052.

HSL color Cylindrical-coordinate representation of color #849AEC: hue angle of 227.31º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #849AEC is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB132154236-
CMYK0.440.3500.07
HSL227.31º73.24%72.16%-
HSV(B)227.31º44.07%92.55%-
XYZ36.2134.0784.03-
YUV156.77172.71110.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.29%
GREEN value IS 154 (60.55% from 255) = 29.50%
BLUE value IS 236 (92.58% from 255) = 45.21%
R=25.29%
G=29.50%
B=45.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1321542360.440.3500.07227.3173.2472.16
Hex849AEC2C2307e34948
Octal204232354544307343111110
Binary10000100100110101110110010110010001101111110001110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849AEC; }

 p { color: rgb(132,154,236); }

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

<style>
 a { background-color: #849AEC; }

 a { background-color: rgb(132,154,236); }

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

<style>
 span { border-color: #849AEC; }

 span { border-color: rgb(132,154,236); }

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