#849CE1

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

Shades of Portage #849CE1

Tints of Portage #849CE1

Color information

#849CE1 (or 0x849CE1) is unknown color: approx Portage. HEX triplet: 84, 9C and E1. RGB value is (132,156,225). Sum of RGB (Red+Green+Blue) = 132+156+225=513 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.73% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 225 (88.28% from 255 or 43.86% from 513); Max value from RGB is 225 - color contains mainly: blue. Hex color #849CE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849CE1 is #7B631E. Grayscale: #9C9C9C. Windows color (decimal): -8086303 or 14785668. OLE color: 14785668.

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

Color convert

RGB132156225-
CMYK0.410.3100.12
HSL224.52º60.78%70%-
HSV(B)224.52º41.33%88.24%-
XYZ34.9934.1275.98-
YUV156.69166.55110.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.73%
GREEN value IS 156 (61.33% from 255) = 30.41%
BLUE value IS 225 (88.28% from 255) = 43.86%
R=25.73%
G=30.41%
B=43.86%

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
Decimal1321562250.410.3100.12224.5260.7870
Hex849CE1291F0Ce13d46
Octal204234341513701434175106
Binary1000010010011100111000011010011111101100111000011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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