#849eea

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

Shades of Portage #849EEA

Tints of Portage #849EEA

Color information

#849EEA (or 0x849EEA) is unknown color: approx Portage. HEX triplet: 84, 9E and EA. RGB value is (132,158,234). Sum of RGB (Red+Green+Blue) = 132+158+234=524 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.19% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #849EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849EEA is #7B6115. Grayscale: #9E9E9E. Windows color (decimal): -8085782 or 15376004. OLE color: 15376004.

HSL color Cylindrical-coordinate representation of color #849EEA: hue angle of 224.71º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #849EEA is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB132158234-
CMYK0.440.3200.08
HSL224.71º70.83%71.76%-
HSV(B)224.71º43.59%91.76%-
XYZ36.5935.382.73-
YUV158.89170.39108.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.19%
GREEN value IS 158 (62.11% from 255) = 30.15%
BLUE value IS 234 (91.80% from 255) = 44.66%
R=25.19%
G=30.15%
B=44.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1321582340.440.3200.08224.7170.8371.76
Hex849EEA2C2008e14748
Octal2042363525440010341107110
Binary100001001001111011101010101100100000010001110000110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849eea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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