#849ACD

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

Shades of Portage #849ACD

Tints of Portage #849ACD

Color information

#849ACD (or 0x849ACD) is unknown color: approx Portage. HEX triplet: 84, 9A and CD. RGB value is (132,154,205). Sum of RGB (Red+Green+Blue) = 132+154+205=491 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.88% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #849ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849ACD is #7B6532. Grayscale: #999999. Windows color (decimal): -8086835 or 13474436. OLE color: 13474436.

HSL color Cylindrical-coordinate representation of color #849ACD: hue angle of 221.92º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #849ACD is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB132154205-
CMYK0.360.2500.20
HSL221.92º42.2%66.08%-
HSV(B)221.92º35.61%80.39%-
XYZ32.0932.4262.32-
YUV153.24157.21112.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.88%
GREEN value IS 154 (60.55% from 255) = 31.36%
BLUE value IS 205 (80.47% from 255) = 41.75%
R=26.88%
G=31.36%
B=41.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321542050.360.2500.20221.9242.266.08
Hex849ACD2419014de2a42
Octal204232315443102433652102
Binary10000100100110101100110110010011001010100110111101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,154,205); }

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

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

 a { background-color: rgb(132,154,205); }

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

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

 span { border-color: rgb(132,154,205); }

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