#848DDD

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

Shades of Portage #848DDD

Tints of Portage #848DDD

Color information

#848DDD (or 0x848DDD) is unknown color: approx Portage. HEX triplet: 84, 8D and DD. RGB value is (132,141,221). Sum of RGB (Red+Green+Blue) = 132+141+221=494 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.72% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #848DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848DDD is #7B7222. Grayscale: #939393. Windows color (decimal): -8090147 or 14519684. OLE color: 14519684.

HSL color Cylindrical-coordinate representation of color #848DDD: hue angle of 233.93º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #848DDD is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB132141221-
CMYK0.400.3600.13
HSL233.93º56.69%69.22%-
HSV(B)233.93º40.27%86.67%-
XYZ32.0929.1872.35-
YUV147.43169.52117-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.72%
GREEN value IS 141 (55.47% from 255) = 28.54%
BLUE value IS 221 (86.72% from 255) = 44.74%
R=26.72%
G=28.54%
B=44.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1321412210.400.3600.13233.9356.6969.22
Hex848DDD28240Dea3945
Octal204215335504401535271105
Binary10000100100011011101110110100010010001101111010101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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