#848EEF

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

Shades of Portage #848EEF

Tints of Portage #848EEF

Color information

#848EEF (or 0x848EEF) is unknown color: approx Portage. HEX triplet: 84, 8E and EF. RGB value is (132,142,239). Sum of RGB (Red+Green+Blue) = 132+142+239=513 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.73% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #848EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848EEF is #7B7110. Grayscale: #959595. Windows color (decimal): -8089873 or 15699588. OLE color: 15699588.

HSL color Cylindrical-coordinate representation of color #848EEF: hue angle of 234.39º 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 #848EEF is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB132142239-
CMYK0.450.4100.06
HSL234.39º76.98%72.75%-
HSV(B)234.39º44.77%93.73%-
XYZ34.7730.4885.71-
YUV150.07178.19115.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.73%
GREEN value IS 142 (55.86% from 255) = 27.68%
BLUE value IS 239 (93.75% from 255) = 46.59%
R=25.73%
G=27.68%
B=46.59%

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
Decimal1321422390.450.4100.06234.3976.9872.75
Hex848EEF2D2906ea4d49
Octal204216357555106352115111
Binary10000100100011101110111110110110100101101110101010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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