#848CF4

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

Shades of Portage #848CF4

Tints of Portage #848CF4

Color information

#848CF4 (or 0x848CF4) is unknown color: approx Portage. HEX triplet: 84, 8C and F4. RGB value is (132,140,244). Sum of RGB (Red+Green+Blue) = 132+140+244=516 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.58% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 244 (95.70% from 255 or 47.29% from 516); Max value from RGB is 244 - color contains mainly: blue. Hex color #848CF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848CF4 is #7B730B. Grayscale: #959595. Windows color (decimal): -8090380 or 16026756. OLE color: 16026756.

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

Color convert

RGB132140244-
CMYK0.460.4300.04
HSL235.71º83.58%73.73%-
HSV(B)235.71º45.9%95.69%-
XYZ35.2230.1989.56-
YUV149.46181.35115.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.58%
GREEN value IS 140 (55.08% from 255) = 27.13%
BLUE value IS 244 (95.70% from 255) = 47.29%
R=25.58%
G=27.13%
B=47.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1321402440.460.4300.04235.7183.5873.73
Hex848CF42E2B04ec544a
Octal204214364565304354124112
Binary10000100100011001111010010111010101101001110110010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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