#848EEA

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

Shades of Portage #848EEA

Tints of Portage #848EEA

Color information

#848EEA (or 0x848EEA) is unknown color: approx Portage. HEX triplet: 84, 8E and EA. RGB value is (132,142,234). Sum of RGB (Red+Green+Blue) = 132+142+234=508 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.98% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #848EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848EEA is #7B7115. Grayscale: #959595. Windows color (decimal): -8089878 or 15371908. OLE color: 15371908.

HSL color Cylindrical-coordinate representation of color #848EEA: hue angle of 234.12º 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 #848EEA is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB132142234-
CMYK0.440.3900.08
HSL234.12º70.83%71.76%-
HSV(B)234.12º43.59%91.76%-
XYZ34.0430.1981.88-
YUV149.5175.69115.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.98%
GREEN value IS 142 (55.86% from 255) = 27.95%
BLUE value IS 234 (91.80% from 255) = 46.06%
R=25.98%
G=27.95%
B=46.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1321422340.440.3900.08234.1270.8371.76
Hex848EEA2C2708ea4748
Octal2042163525447010352107110
Binary100001001000111011101010101100100111010001110101010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848EEA; }

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

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

<style>
 a { background-color: #848EEA; }

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

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

<style>
 span { border-color: #848EEA; }

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

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