#849AE1

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

Shades of Portage #849AE1

Tints of Portage #849AE1

Color information

#849AE1 (or 0x849AE1) is unknown color: approx Portage. HEX triplet: 84, 9A and E1. RGB value is (132,154,225). Sum of RGB (Red+Green+Blue) = 132+154+225=511 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.83% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 225 (88.28% from 255 or 44.03% from 511); Max value from RGB is 225 - color contains mainly: blue. Hex color #849AE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849AE1 is #7B651E. Grayscale: #9B9B9B. Windows color (decimal): -8086815 or 14785156. OLE color: 14785156.

HSL color Cylindrical-coordinate representation of color #849AE1: hue angle of 225.81º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #849AE1 is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB132154225-
CMYK0.410.3200.12
HSL225.81º60.78%70%-
HSV(B)225.81º41.33%88.24%-
XYZ34.6633.4575.86-
YUV155.52167.21111.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.83%
GREEN value IS 154 (60.55% from 255) = 30.14%
BLUE value IS 225 (88.28% from 255) = 44.03%
R=25.83%
G=30.14%
B=44.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1321542250.410.3200.12225.8160.7870
Hex849AE129200Ce23d46
Octal204232341514001434275106
Binary10000100100110101110000110100110000001100111000101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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