#848EF5

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

Shades of Portage #848EF5

Tints of Portage #848EF5

Color information

#848EF5 (or 0x848EF5) is unknown color: approx Portage. HEX triplet: 84, 8E and F5. RGB value is (132,142,245). Sum of RGB (Red+Green+Blue) = 132+142+245=519 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.43% from 519); Green value is 142 (55.86% from 255 or 27.36% from 519); Blue value is 245 (96.09% from 255 or 47.21% from 519); Max value from RGB is 245 - color contains mainly: blue. Hex color #848EF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848EF5 is #7B710A. Grayscale: #969696. Windows color (decimal): -8089867 or 16092804. OLE color: 16092804.

HSL color Cylindrical-coordinate representation of color #848EF5: hue angle of 234.69º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #848EF5 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB132142245-
CMYK0.460.4200.04
HSL234.69º84.96%73.92%-
HSV(B)234.69º46.12%96.08%-
XYZ35.6730.8490.46-
YUV150.75181.19114.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.43%
GREEN value IS 142 (55.86% from 255) = 27.36%
BLUE value IS 245 (96.09% from 255) = 47.21%
R=25.43%
G=27.36%
B=47.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1321422450.460.4200.04234.6984.9673.92
Hex848EF52E2A04eb554a
Octal204216365565204353125112
Binary10000100100011101111010110111010101001001110101110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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