#849cdd

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

Shades of Portage #849CDD

Tints of Portage #849CDD

Color information

#849CDD (or 0x849CDD) is unknown color: approx Portage. HEX triplet: 84, 9C and DD. RGB value is (132,156,221). Sum of RGB (Red+Green+Blue) = 132+156+221=509 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.93% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #849CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849CDD is #7B6322. Grayscale: #9B9B9B. Windows color (decimal): -8086307 or 14523524. OLE color: 14523524.

HSL color Cylindrical-coordinate representation of color #849CDD: hue angle of 223.82º 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 #849CDD is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB132156221-
CMYK0.400.2900.13
HSL223.82º56.69%69.22%-
HSV(B)223.82º40.27%86.67%-
XYZ34.4633.973.13-
YUV156.23164.55110.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.93%
GREEN value IS 156 (61.33% from 255) = 30.65%
BLUE value IS 221 (86.72% from 255) = 43.42%
R=25.93%
G=30.65%
B=43.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1321562210.400.2900.13223.8256.6969.22
Hex849CDD281D0De03945
Octal204234335503501534071105
Binary1000010010011100110111011010001110101101111000001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849cdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849cdd; }

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

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

<style>
 a { background-color: #849cdd; }

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

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

<style>
 span { border-color: #849cdd; }

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

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