#848EF3

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

Shades of Portage #848EF3

Tints of Portage #848EF3

Color information

#848EF3 (or 0x848EF3) is unknown color: approx Portage. HEX triplet: 84, 8E and F3. RGB value is (132,142,243). Sum of RGB (Red+Green+Blue) = 132+142+243=517 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.53% from 517); Green value is 142 (55.86% from 255 or 27.47% from 517); Blue value is 243 (95.31% from 255 or 47.00% from 517); Max value from RGB is 243 - color contains mainly: blue. Hex color #848EF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848EF3 is #7B710C. Grayscale: #969696. Windows color (decimal): -8089869 or 15961732. OLE color: 15961732.

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

Color convert

RGB132142243-
CMYK0.460.4200.05
HSL234.59º82.22%73.53%-
HSV(B)234.59º45.68%95.29%-
XYZ35.3730.7288.86-
YUV150.52180.19114.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.53%
GREEN value IS 142 (55.86% from 255) = 27.47%
BLUE value IS 243 (95.31% from 255) = 47.00%
R=25.53%
G=27.47%
B=47.00%

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
Decimal1321422430.460.4200.05234.5982.2273.53
Hex848EF32E2A05eb524a
Octal204216363565205353122112
Binary10000100100011101111001110111010101001011110101110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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