#848EC8

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

Shades of Portage #848EC8

Tints of Portage #848EC8

Color information

#848EC8 (or 0x848EC8) is unknown color: approx Portage. HEX triplet: 84, 8E and C8. RGB value is (132,142,200). Sum of RGB (Red+Green+Blue) = 132+142+200=474 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.85% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 200 (78.52% from 255 or 42.19% from 474); Max value from RGB is 200 - color contains mainly: blue. Hex color #848EC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848EC8 is #7B7137. Grayscale: #919191. Windows color (decimal): -8089912 or 13143684. OLE color: 13143684.

HSL color Cylindrical-coordinate representation of color #848EC8: hue angle of 231.18º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #848EC8 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB132142200-
CMYK0.340.2900.22
HSL231.18º38.2%65.1%-
HSV(B)231.18º34%78.43%-
XYZ29.6128.4258.57-
YUV145.62158.69118.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.85%
GREEN value IS 142 (55.86% from 255) = 29.96%
BLUE value IS 200 (78.52% from 255) = 42.19%
R=27.85%
G=29.96%
B=42.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1321422000.340.2900.22231.1838.265.1
Hex848EC8221D016e72641
Octal204216310423502634746101
Binary10000100100011101100100010001011101010110111001111001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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