#848AE9

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

Shades of Portage #848AE9

Tints of Portage #848AE9

Color information

#848AE9 (or 0x848AE9) is unknown color: approx Portage. HEX triplet: 84, 8A and E9. RGB value is (132,138,233). Sum of RGB (Red+Green+Blue) = 132+138+233=503 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.24% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 233 (91.41% from 255 or 46.32% from 503); Max value from RGB is 233 - color contains mainly: blue. Hex color #848AE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848AE9 is #7B7516. Grayscale: #929292. Windows color (decimal): -8090903 or 15305348. OLE color: 15305348.

HSL color Cylindrical-coordinate representation of color #848AE9: hue angle of 236.44º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #848AE9 is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB132138233-
CMYK0.430.4100.09
HSL236.44º69.66%71.57%-
HSV(B)236.44º43.35%91.37%-
XYZ33.3128.9780.93-
YUV147.04176.51117.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.24%
GREEN value IS 138 (54.30% from 255) = 27.44%
BLUE value IS 233 (91.41% from 255) = 46.32%
R=26.24%
G=27.44%
B=46.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1321382330.430.4100.09236.4469.6671.57
Hex848AE92B2909ec4648
Octal2042123515351011354106110
Binary100001001000101011101001101011101001010011110110010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,138,233); }

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

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

 a { background-color: rgb(132,138,233); }

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

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

 span { border-color: rgb(132,138,233); }

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