#849BD1

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

Shades of Portage #849BD1

Tints of Portage #849BD1

Color information

#849BD1 (or 0x849BD1) is unknown color: approx Portage. HEX triplet: 84, 9B and D1. RGB value is (132,155,209). Sum of RGB (Red+Green+Blue) = 132+155+209=496 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.61% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 209 (82.03% from 255 or 42.14% from 496); Max value from RGB is 209 - color contains mainly: blue. Hex color #849BD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849BD1 is #7B642E. Grayscale: #9A9A9A. Windows color (decimal): -8086575 or 13736836. OLE color: 13736836.

HSL color Cylindrical-coordinate representation of color #849BD1: hue angle of 222.08º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #849BD1 is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB132155209-
CMYK0.370.2600.18
HSL222.08º45.56%66.86%-
HSV(B)222.08º36.84%81.96%-
XYZ32.7532.9564.96-
YUV154.28158.88112.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.61%
GREEN value IS 155 (60.94% from 255) = 31.25%
BLUE value IS 209 (82.03% from 255) = 42.14%
R=26.61%
G=31.25%
B=42.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1321552090.370.2600.18222.0845.5666.86
Hex849BD1251A012de2e43
Octal204233321453202233656103
Binary10000100100110111101000110010111010010010110111101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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