#848DF4

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

Shades of Portage #848DF4

Tints of Portage #848DF4

Color information

#848DF4 (or 0x848DF4) is unknown color: approx Portage. HEX triplet: 84, 8D and F4. RGB value is (132,141,244). Sum of RGB (Red+Green+Blue) = 132+141+244=517 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.53% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 244 (95.70% from 255 or 47.20% from 517); Max value from RGB is 244 - color contains mainly: blue. Hex color #848DF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848DF4 is #7B720B. Grayscale: #959595. Windows color (decimal): -8090124 or 16027012. OLE color: 16027012.

HSL color Cylindrical-coordinate representation of color #848DF4: hue angle of 235.18º degrees, saturation: 0.84, 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 #848DF4 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB132141244-
CMYK0.460.4200.04
HSL235.18º83.58%73.73%-
HSV(B)235.18º45.9%95.69%-
XYZ35.3730.4989.61-
YUV150.05181.02115.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.53%
GREEN value IS 141 (55.47% from 255) = 27.27%
BLUE value IS 244 (95.70% from 255) = 47.20%
R=25.53%
G=27.27%
B=47.20%

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
Decimal1321412440.460.4200.04235.1883.5873.73
Hex848DF42E2A04eb544a
Octal204215364565204353124112
Binary10000100100011011111010010111010101001001110101110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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