#848DE3

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

Shades of Portage #848DE3

Tints of Portage #848DE3

Color information

#848DE3 (or 0x848DE3) is unknown color: approx Portage. HEX triplet: 84, 8D and E3. RGB value is (132,141,227). Sum of RGB (Red+Green+Blue) = 132+141+227=500 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.4% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 227 (89.06% from 255 or 45.4% from 500); Max value from RGB is 227 - color contains mainly: blue. Hex color #848DE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848DE3 is #7B721C. Grayscale: #939393. Windows color (decimal): -8090141 or 14912900. OLE color: 14912900.

HSL color Cylindrical-coordinate representation of color #848DE3: hue angle of 234.32º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #848DE3 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB132141227-
CMYK0.420.3800.11
HSL234.32º62.91%70.39%-
HSV(B)234.32º41.85%89.02%-
XYZ32.9129.576.63-
YUV148.11172.52116.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.4%
GREEN value IS 141 (55.47% from 255) = 28.2%
BLUE value IS 227 (89.06% from 255) = 45.4%
R=26.4%
G=28.2%
B=45.4%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1321412270.420.3800.11234.3262.9170.39
Hex848DE32A260Bea3f46
Octal204215343524601335277106
Binary10000100100011011110001110101010011001011111010101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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