#849CE2

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

Shades of Portage #849CE2

Tints of Portage #849CE2

Color information

#849CE2 (or 0x849CE2) is unknown color: approx Portage. HEX triplet: 84, 9C and E2. RGB value is (132,156,226). Sum of RGB (Red+Green+Blue) = 132+156+226=514 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.68% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 226 (88.67% from 255 or 43.97% from 514); Max value from RGB is 226 - color contains mainly: blue. Hex color #849CE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849CE2 is #7B631D. Grayscale: #9C9C9C. Windows color (decimal): -8086302 or 14851204. OLE color: 14851204.

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

Color convert

RGB132156226-
CMYK0.420.3100.11
HSL224.68º61.84%70.2%-
HSV(B)224.68º41.59%88.63%-
XYZ35.1334.1776.7-
YUV156.8167.05110.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.68%
GREEN value IS 156 (61.33% from 255) = 30.35%
BLUE value IS 226 (88.67% from 255) = 43.97%
R=25.68%
G=30.35%
B=43.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1321562260.420.3100.11224.6861.8470.2
Hex849CE22A1F0Be13e46
Octal204234342523701334176106
Binary1000010010011100111000101010101111101011111000011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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