#848DF3

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

Shades of Portage #848DF3

Tints of Portage #848DF3

Color information

#848DF3 (or 0x848DF3) is unknown color: approx Portage. HEX triplet: 84, 8D and F3. RGB value is (132,141,243). Sum of RGB (Red+Green+Blue) = 132+141+243=516 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.58% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 243 (95.31% from 255 or 47.09% from 516); Max value from RGB is 243 - color contains mainly: blue. Hex color #848DF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848DF3 is #7B720C. Grayscale: #959595. Windows color (decimal): -8090125 or 15961476. OLE color: 15961476.

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

Color convert

RGB132141243-
CMYK0.460.4200.05
HSL235.14º82.22%73.53%-
HSV(B)235.14º45.68%95.29%-
XYZ35.2230.4388.81-
YUV149.94180.52115.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.58%
GREEN value IS 141 (55.47% from 255) = 27.33%
BLUE value IS 243 (95.31% from 255) = 47.09%
R=25.58%
G=27.33%
B=47.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1321412430.460.4200.05235.1482.2273.53
Hex848DF32E2A05eb524a
Octal204215363565205353122112
Binary10000100100011011111001110111010101001011110101110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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