#849ED9

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

Shades of Portage #849ED9

Tints of Portage #849ED9

Color information

#849ED9 (or 0x849ED9) is unknown color: approx Portage. HEX triplet: 84, 9E and D9. RGB value is (132,158,217). Sum of RGB (Red+Green+Blue) = 132+158+217=507 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.04% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 217 (85.16% from 255 or 42.80% from 507); Max value from RGB is 217 - color contains mainly: blue. Hex color #849ED9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849ED9 is #7B6126. Grayscale: #9C9C9C. Windows color (decimal): -8085799 or 14261892. OLE color: 14261892.

HSL color Cylindrical-coordinate representation of color #849ED9: hue angle of 221.65º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #849ED9 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB132158217-
CMYK0.390.2700.15
HSL221.65º52.8%68.43%-
HSV(B)221.65º39.17%85.1%-
XYZ34.2734.3770.47-
YUV156.95161.89110.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.04%
GREEN value IS 158 (62.11% from 255) = 31.16%
BLUE value IS 217 (85.16% from 255) = 42.80%
R=26.04%
G=31.16%
B=42.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1321582170.390.2700.15221.6552.868.43
Hex849ED9271B0Fde3544
Octal204236331473301733665104
Binary1000010010011110110110011001111101101111110111101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,158,217); }

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

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

 a { background-color: rgb(132,158,217); }

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

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

 span { border-color: rgb(132,158,217); }

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