#848DE9

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

Shades of Portage #848DE9

Tints of Portage #848DE9

Color information

#848DE9 (or 0x848DE9) is unknown color: approx Portage. HEX triplet: 84, 8D and E9. RGB value is (132,141,233). Sum of RGB (Red+Green+Blue) = 132+141+233=506 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.09% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 233 (91.41% from 255 or 46.05% from 506); Max value from RGB is 233 - color contains mainly: blue. Hex color #848DE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848DE9 is #7B7216. Grayscale: #949494. Windows color (decimal): -8090135 or 15306116. OLE color: 15306116.

HSL color Cylindrical-coordinate representation of color #848DE9: hue angle of 234.65º 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 #848DE9 is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB132141233-
CMYK0.430.3900.09
HSL234.65º69.66%71.57%-
HSV(B)234.65º43.35%91.37%-
XYZ33.7529.8481.07-
YUV148.8175.52116.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.09%
GREEN value IS 141 (55.47% from 255) = 27.87%
BLUE value IS 233 (91.41% from 255) = 46.05%
R=26.09%
G=27.87%
B=46.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1321412330.430.3900.09234.6569.6671.57
Hex848DE92B2709eb4648
Octal2042153515347011353106110
Binary100001001000110111101001101011100111010011110101110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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