#849BE1

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

Shades of Portage #849BE1

Tints of Portage #849BE1

Color information

#849BE1 (or 0x849BE1) is unknown color: approx Portage. HEX triplet: 84, 9B and E1. RGB value is (132,155,225). Sum of RGB (Red+Green+Blue) = 132+155+225=512 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.78% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 225 (88.28% from 255 or 43.95% from 512); Max value from RGB is 225 - color contains mainly: blue. Hex color #849BE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849BE1 is #7B641E. Grayscale: #9B9B9B. Windows color (decimal): -8086559 or 14785412. OLE color: 14785412.

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

Color convert

RGB132155225-
CMYK0.410.3100.12
HSL225.16º60.78%70%-
HSV(B)225.16º41.33%88.24%-
XYZ34.8333.7875.92-
YUV156.1166.88110.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.78%
GREEN value IS 155 (60.94% from 255) = 30.27%
BLUE value IS 225 (88.28% from 255) = 43.95%
R=25.78%
G=30.27%
B=43.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1321552250.410.3100.12225.1660.7870
Hex849BE1291F0Ce13d46
Octal204233341513701434175106
Binary1000010010011011111000011010011111101100111000011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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