#848DDC

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

Shades of Portage #848DDC

Tints of Portage #848DDC

Color information

#848DDC (or 0x848DDC) is unknown color: approx Portage. HEX triplet: 84, 8D and DC. RGB value is (132,141,220). Sum of RGB (Red+Green+Blue) = 132+141+220=493 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.77% from 493); Green value is 141 (55.47% from 255 or 28.60% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #848DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848DDC is #7B7223. Grayscale: #929292. Windows color (decimal): -8090148 or 14454148. OLE color: 14454148.

HSL color Cylindrical-coordinate representation of color #848DDC: hue angle of 233.86º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #848DDC is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB132141220-
CMYK0.400.3600.14
HSL233.86º55.7%69.02%-
HSV(B)233.86º40%86.27%-
XYZ31.9629.1271.65-
YUV147.32169.02117.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.77%
GREEN value IS 141 (55.47% from 255) = 28.60%
BLUE value IS 220 (86.33% from 255) = 44.62%
R=26.77%
G=28.60%
B=44.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1321412200.400.3600.14233.8655.769.02
Hex848DDC28240Eea3845
Octal204215334504401635270105
Binary10000100100011011101110010100010010001110111010101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,141,220); }

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

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

 a { background-color: rgb(132,141,220); }

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

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

 span { border-color: rgb(132,141,220); }

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