#848EE8

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

Shades of Portage #848EE8

Tints of Portage #848EE8

Color information

#848EE8 (or 0x848EE8) is unknown color: approx Portage. HEX triplet: 84, 8E and E8. RGB value is (132,142,232). Sum of RGB (Red+Green+Blue) = 132+142+232=506 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.09% from 506); Green value is 142 (55.86% from 255 or 28.06% from 506); Blue value is 232 (91.02% from 255 or 45.85% from 506); Max value from RGB is 232 - color contains mainly: blue. Hex color #848EE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848EE8 is #7B7117. Grayscale: #949494. Windows color (decimal): -8089880 or 15240836. OLE color: 15240836.

HSL color Cylindrical-coordinate representation of color #848EE8: hue angle of 234º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #848EE8 is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB132142232-
CMYK0.430.3900.09
HSL234º68.49%71.37%-
HSV(B)234º43.1%90.98%-
XYZ33.7530.0880.37-
YUV149.27174.69115.68-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.09%
GREEN value IS 142 (55.86% from 255) = 28.06%
BLUE value IS 232 (91.02% from 255) = 45.85%
R=26.09%
G=28.06%
B=45.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1321422320.430.3900.0923468.4971.37
Hex848EE82B2709ea4447
Octal2042163505347011352104107
Binary100001001000111011101000101011100111010011110101010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848EE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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