#848CEF

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

Shades of Portage #848CEF

Tints of Portage #848CEF

Color information

#848CEF (or 0x848CEF) is unknown color: approx Portage. HEX triplet: 84, 8C and EF. RGB value is (132,140,239). Sum of RGB (Red+Green+Blue) = 132+140+239=511 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.83% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #848CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848CEF is #7B7310. Grayscale: #949494. Windows color (decimal): -8090385 or 15699076. OLE color: 15699076.

HSL color Cylindrical-coordinate representation of color #848CEF: hue angle of 235.51º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #848CEF is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB132140239-
CMYK0.450.4100.06
HSL235.51º76.98%72.75%-
HSV(B)235.51º44.77%93.73%-
XYZ34.4729.8985.61-
YUV148.89178.85115.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.83%
GREEN value IS 140 (55.08% from 255) = 27.40%
BLUE value IS 239 (93.75% from 255) = 46.77%
R=25.83%
G=27.40%
B=46.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1321402390.450.4100.06235.5176.9872.75
Hex848CEF2D2906ec4d49
Octal204214357555106354115111
Binary10000100100011001110111110110110100101101110110010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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