#849BD9

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

Shades of Portage #849BD9

Tints of Portage #849BD9

Color information

#849BD9 (or 0x849BD9) is unknown color: approx Portage. HEX triplet: 84, 9B and D9. RGB value is (132,155,217). Sum of RGB (Red+Green+Blue) = 132+155+217=504 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.19% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 217 (85.16% from 255 or 43.06% from 504); Max value from RGB is 217 - color contains mainly: blue. Hex color #849BD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849BD9 is #7B6426. Grayscale: #9A9A9A. Windows color (decimal): -8086567 or 14261124. OLE color: 14261124.

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

Color convert

RGB132155217-
CMYK0.390.2900.15
HSL223.76º52.8%68.43%-
HSV(B)223.76º39.17%85.1%-
XYZ33.7633.3670.3-
YUV155.19162.88111.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.19%
GREEN value IS 155 (60.94% from 255) = 30.75%
BLUE value IS 217 (85.16% from 255) = 43.06%
R=26.19%
G=30.75%
B=43.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1321552170.390.2900.15223.7652.868.43
Hex849BD9271D0Fe03544
Octal204233331473501734065104
Binary1000010010011011110110011001111110101111111000001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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