#849DD5

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

Shades of Portage #849DD5

Tints of Portage #849DD5

Color information

#849DD5 (or 0x849DD5) is unknown color: approx Portage. HEX triplet: 84, 9D and D5. RGB value is (132,157,213). Sum of RGB (Red+Green+Blue) = 132+157+213=502 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.29% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 213 (83.59% from 255 or 42.43% from 502); Max value from RGB is 213 - color contains mainly: blue. Hex color #849DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849DD5 is #7B622A. Grayscale: #9B9B9B. Windows color (decimal): -8086059 or 13999492. OLE color: 13999492.

HSL color Cylindrical-coordinate representation of color #849DD5: hue angle of 221.48º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #849DD5 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB132157213-
CMYK0.380.2600.16
HSL221.48º49.09%67.65%-
HSV(B)221.48º38.03%83.53%-
XYZ33.5833.8267.71-
YUV155.91160.22110.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.29%
GREEN value IS 157 (61.72% from 255) = 31.27%
BLUE value IS 213 (83.59% from 255) = 42.43%
R=26.29%
G=31.27%
B=42.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1321572130.380.2600.16221.4849.0967.65
Hex849DD5261A010dd3144
Octal204235325463202033561104
Binary10000100100111011101010110011011010010000110111011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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