#849DDD

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

Shades of Portage #849DDD

Tints of Portage #849DDD

Color information

#849DDD (or 0x849DDD) is unknown color: approx Portage. HEX triplet: 84, 9D and DD. RGB value is (132,157,221). Sum of RGB (Red+Green+Blue) = 132+157+221=510 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.88% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #849DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849DDD is #7B6222. Grayscale: #9C9C9C. Windows color (decimal): -8086051 or 14523780. OLE color: 14523780.

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

Color convert

RGB132157221-
CMYK0.400.2900.13
HSL223.15º56.69%69.22%-
HSV(B)223.15º40.27%86.67%-
XYZ34.6234.2473.19-
YUV156.82164.22110.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.88%
GREEN value IS 157 (61.72% from 255) = 30.78%
BLUE value IS 221 (86.72% from 255) = 43.33%
R=25.88%
G=30.78%
B=43.33%

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
Decimal1321572210.400.2900.13223.1556.6969.22
Hex849DDD281D0Ddf3945
Octal204235335503501533771105
Binary1000010010011101110111011010001110101101110111111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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