#848ED7

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

Shades of Portage #848ED7

Tints of Portage #848ED7

Color information

#848ED7 (or 0x848ED7) is unknown color: approx Portage. HEX triplet: 84, 8E and D7. RGB value is (132,142,215). Sum of RGB (Red+Green+Blue) = 132+142+215=489 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.99% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 215 (84.38% from 255 or 43.97% from 489); Max value from RGB is 215 - color contains mainly: blue. Hex color #848ED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848ED7 is #7B7128. Grayscale: #939393. Windows color (decimal): -8089897 or 14126724. OLE color: 14126724.

HSL color Cylindrical-coordinate representation of color #848ED7: hue angle of 232.77º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #848ED7 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB132142215-
CMYK0.390.3400.16
HSL232.77º50.92%68.04%-
HSV(B)232.77º38.6%84.31%-
XYZ31.4529.1668.26-
YUV147.33166.19117.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.99%
GREEN value IS 142 (55.86% from 255) = 29.04%
BLUE value IS 215 (84.38% from 255) = 43.97%
R=26.99%
G=29.04%
B=43.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1321422150.390.3400.16232.7750.9268.04
Hex848ED72722010e93344
Octal204216327474202035163104
Binary100001001000111011010111100111100010010000111010011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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