#848CDC

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

Shades of Portage #848CDC

Tints of Portage #848CDC

Color information

#848CDC (or 0x848CDC) is unknown color: approx Portage. HEX triplet: 84, 8C and DC. RGB value is (132,140,220). Sum of RGB (Red+Green+Blue) = 132+140+220=492 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.83% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #848CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848CDC is #7B7323. Grayscale: #929292. Windows color (decimal): -8090404 or 14453892. OLE color: 14453892.

HSL color Cylindrical-coordinate representation of color #848CDC: hue angle of 234.55º 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 #848CDC is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB132140220-
CMYK0.400.3600.14
HSL234.55º55.7%69.02%-
HSV(B)234.55º40%86.27%-
XYZ31.8128.8371.6-
YUV146.73169.35117.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.83%
GREEN value IS 140 (55.08% from 255) = 28.46%
BLUE value IS 220 (86.33% from 255) = 44.72%
R=26.83%
G=28.46%
B=44.72%

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
Decimal1321402200.400.3600.14234.5555.769.02
Hex848CDC28240Eeb3845
Octal204214334504401635370105
Binary10000100100011001101110010100010010001110111010111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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