#848CF5

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

Shades of Portage #848CF5

Tints of Portage #848CF5

Color information

#848CF5 (or 0x848CF5) is unknown color: approx Portage. HEX triplet: 84, 8C and F5. RGB value is (132,140,245). Sum of RGB (Red+Green+Blue) = 132+140+245=517 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.53% from 517); Green value is 140 (55.08% from 255 or 27.08% from 517); Blue value is 245 (96.09% from 255 or 47.39% from 517); Max value from RGB is 245 - color contains mainly: blue. Hex color #848CF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848CF5 is #7B730A. Grayscale: #959595. Windows color (decimal): -8090379 or 16092292. OLE color: 16092292.

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

Color convert

RGB132140245-
CMYK0.460.4300.04
HSL235.75º84.96%73.92%-
HSV(B)235.75º46.12%96.08%-
XYZ35.3830.2590.36-
YUV149.58181.85115.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.53%
GREEN value IS 140 (55.08% from 255) = 27.08%
BLUE value IS 245 (96.09% from 255) = 47.39%
R=25.53%
G=27.08%
B=47.39%

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
Decimal1321402450.460.4300.04235.7584.9673.92
Hex848CF52E2B04ec554a
Octal204214365565304354125112
Binary10000100100011001111010110111010101101001110110010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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