#849ae2

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

Shades of Portage #849AE2

Tints of Portage #849AE2

Color information

#849AE2 (or 0x849AE2) is unknown color: approx Portage. HEX triplet: 84, 9A and E2. RGB value is (132,154,226). Sum of RGB (Red+Green+Blue) = 132+154+226=512 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.78% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 226 (88.67% from 255 or 44.14% from 512); Max value from RGB is 226 - color contains mainly: blue. Hex color #849AE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849AE2 is #7B651D. Grayscale: #9B9B9B. Windows color (decimal): -8086814 or 14850692. OLE color: 14850692.

HSL color Cylindrical-coordinate representation of color #849AE2: hue angle of 225.96º degrees, saturation: 0.62, 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 #849AE2 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB132154226-
CMYK0.420.3200.11
HSL225.96º61.84%70.2%-
HSV(B)225.96º41.59%88.63%-
XYZ34.833.5176.59-
YUV155.63167.71111.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.78%
GREEN value IS 154 (60.55% from 255) = 30.08%
BLUE value IS 226 (88.67% from 255) = 44.14%
R=25.78%
G=30.08%
B=44.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1321542260.420.3200.11225.9661.8470.2
Hex849AE22A200Be23e46
Octal204232342524001334276106
Binary10000100100110101110001010101010000001011111000101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849ae2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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