#848ECB

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

Shades of Portage #848ECB

Tints of Portage #848ECB

Color information

#848ECB (or 0x848ECB) is unknown color: approx Portage. HEX triplet: 84, 8E and CB. RGB value is (132,142,203). Sum of RGB (Red+Green+Blue) = 132+142+203=477 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.67% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #848ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848ECB is #7B7134. Grayscale: #919191. Windows color (decimal): -8089909 or 13340292. OLE color: 13340292.

HSL color Cylindrical-coordinate representation of color #848ECB: hue angle of 231.55º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #848ECB is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB132142203-
CMYK0.350.3000.20
HSL231.55º40.57%65.69%-
HSV(B)231.55º34.98%79.61%-
XYZ29.9728.5660.43-
YUV145.96160.19118.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.67%
GREEN value IS 142 (55.86% from 255) = 29.77%
BLUE value IS 203 (79.69% from 255) = 42.56%
R=27.67%
G=29.77%
B=42.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321422030.350.3000.20231.5540.5765.69
Hex848ECB231E014e82942
Octal204216313433602435051102
Binary10000100100011101100101110001111110010100111010001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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