#848ECF

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

Shades of Portage #848ECF

Tints of Portage #848ECF

Color information

#848ECF (or 0x848ECF) is unknown color: approx Portage. HEX triplet: 84, 8E and CF. RGB value is (132,142,207). Sum of RGB (Red+Green+Blue) = 132+142+207=481 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.44% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #848ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848ECF is #7B7130. Grayscale: #929292. Windows color (decimal): -8089905 or 13602436. OLE color: 13602436.

HSL color Cylindrical-coordinate representation of color #848ECF: hue angle of 232º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #848ECF is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB132142207-
CMYK0.360.3100.19
HSL232º43.86%66.47%-
HSV(B)232º36.23%81.18%-
XYZ30.4528.7662.98-
YUV146.42162.19117.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.44%
GREEN value IS 142 (55.86% from 255) = 29.52%
BLUE value IS 207 (81.25% from 255) = 43.04%
R=27.44%
G=29.52%
B=43.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1321422070.360.3100.1923243.8666.47
Hex848ECF241F013e82c42
Octal204216317443702335054102
Binary10000100100011101100111110010011111010011111010001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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