#849BD7

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

Shades of Portage #849BD7

Tints of Portage #849BD7

Color information

#849BD7 (or 0x849BD7) is unknown color: approx Portage. HEX triplet: 84, 9B and D7. RGB value is (132,155,215). Sum of RGB (Red+Green+Blue) = 132+155+215=502 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.29% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 215 (84.38% from 255 or 42.83% from 502); Max value from RGB is 215 - color contains mainly: blue. Hex color #849BD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849BD7 is #7B6428. Grayscale: #9A9A9A. Windows color (decimal): -8086569 or 14130052. OLE color: 14130052.

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

Color convert

RGB132155215-
CMYK0.390.2800.16
HSL223.37º50.92%68.04%-
HSV(B)223.37º38.6%84.31%-
XYZ33.533.2568.94-
YUV154.96161.88111.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.29%
GREEN value IS 155 (60.94% from 255) = 30.88%
BLUE value IS 215 (84.38% from 255) = 42.83%
R=26.29%
G=30.88%
B=42.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1321552150.390.2800.16223.3750.9268.04
Hex849BD7271C010df3344
Octal204233327473402033763104
Binary10000100100110111101011110011111100010000110111111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,155,215); }

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

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

 a { background-color: rgb(132,155,215); }

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

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

 span { border-color: rgb(132,155,215); }

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