#848DDA

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

Shades of Portage #848DDA

Tints of Portage #848DDA

Color information

#848DDA (or 0x848DDA) is unknown color: approx Portage. HEX triplet: 84, 8D and DA. RGB value is (132,141,218). Sum of RGB (Red+Green+Blue) = 132+141+218=491 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.88% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #848DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848DDA is #7B7225. Grayscale: #929292. Windows color (decimal): -8090150 or 14323076. OLE color: 14323076.

HSL color Cylindrical-coordinate representation of color #848DDA: hue angle of 233.72º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #848DDA is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB132141218-
CMYK0.390.3500.15
HSL233.72º53.75%68.63%-
HSV(B)233.72º39.45%85.49%-
XYZ31.729.0270.26-
YUV147.09168.02117.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.88%
GREEN value IS 141 (55.47% from 255) = 28.72%
BLUE value IS 218 (85.55% from 255) = 44.40%
R=26.88%
G=28.72%
B=44.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1321412180.390.3500.15233.7253.7568.63
Hex848DDA27230Fea3645
Octal204215332474301735266105
Binary10000100100011011101101010011110001101111111010101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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