#849AD8

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

Shades of Portage #849AD8

Tints of Portage #849AD8

Color information

#849AD8 (or 0x849AD8) is unknown color: approx Portage. HEX triplet: 84, 9A and D8. RGB value is (132,154,216). Sum of RGB (Red+Green+Blue) = 132+154+216=502 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.29% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 216 (84.77% from 255 or 43.03% from 502); Max value from RGB is 216 - color contains mainly: blue. Hex color #849AD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849AD8 is #7B6527. Grayscale: #9A9A9A. Windows color (decimal): -8086824 or 14195332. OLE color: 14195332.

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

Color convert

RGB132154216-
CMYK0.390.2900.15
HSL224.29º51.85%68.24%-
HSV(B)224.29º38.89%84.71%-
XYZ33.4732.9769.57-
YUV154.49162.71111.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.29%
GREEN value IS 154 (60.55% from 255) = 30.68%
BLUE value IS 216 (84.77% from 255) = 43.03%
R=26.29%
G=30.68%
B=43.03%

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
Decimal1321542160.390.2900.15224.2951.8568.24
Hex849AD8271D0Fe03444
Octal204232330473501734064104
Binary1000010010011010110110001001111110101111111000001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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