#849EE1

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

Shades of Portage #849EE1

Tints of Portage #849EE1

Color information

#849EE1 (or 0x849EE1) is unknown color: approx Portage. HEX triplet: 84, 9E and E1. RGB value is (132,158,225). Sum of RGB (Red+Green+Blue) = 132+158+225=515 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.63% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 225 (88.28% from 255 or 43.69% from 515); Max value from RGB is 225 - color contains mainly: blue. Hex color #849EE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849EE1 is #7B611E. Grayscale: #9D9D9D. Windows color (decimal): -8085791 or 14786180. OLE color: 14786180.

HSL color Cylindrical-coordinate representation of color #849EE1: hue angle of 223.23º 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 #849EE1 is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB132158225-
CMYK0.410.3000.12
HSL223.23º60.78%70%-
HSV(B)223.23º41.33%88.24%-
XYZ35.3334.876.09-
YUV157.86165.89109.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.63%
GREEN value IS 158 (62.11% from 255) = 30.68%
BLUE value IS 225 (88.28% from 255) = 43.69%
R=25.63%
G=30.68%
B=43.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1321582250.410.3000.12223.2360.7870
Hex849EE1291E0Cdf3d46
Octal204236341513601433775106
Binary1000010010011110111000011010011111001100110111111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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