#848EEB

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

Shades of Portage #848EEB

Tints of Portage #848EEB

Color information

#848EEB (or 0x848EEB) is unknown color: approx Portage. HEX triplet: 84, 8E and EB. RGB value is (132,142,235). Sum of RGB (Red+Green+Blue) = 132+142+235=509 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.93% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #848EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848EEB is #7B7114. Grayscale: #959595. Windows color (decimal): -8089877 or 15437444. OLE color: 15437444.

HSL color Cylindrical-coordinate representation of color #848EEB: hue angle of 234.17º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #848EEB is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB132142235-
CMYK0.440.4000.08
HSL234.17º72.03%71.96%-
HSV(B)234.17º43.83%92.16%-
XYZ34.1830.2582.63-
YUV149.61176.19115.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.93%
GREEN value IS 142 (55.86% from 255) = 27.90%
BLUE value IS 235 (92.19% from 255) = 46.17%
R=25.93%
G=27.90%
B=46.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1321422350.440.4000.08234.1772.0371.96
Hex848EEB2C2808ea4848
Octal2042163535450010352110110
Binary100001001000111011101011101100101000010001110101010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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