#849ADA

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

Shades of Portage #849ADA

Tints of Portage #849ADA

Color information

#849ADA (or 0x849ADA) is unknown color: approx Portage. HEX triplet: 84, 9A and DA. RGB value is (132,154,218). Sum of RGB (Red+Green+Blue) = 132+154+218=504 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.19% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #849ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849ADA is #7B6525. Grayscale: #9A9A9A. Windows color (decimal): -8086822 or 14326404. OLE color: 14326404.

HSL color Cylindrical-coordinate representation of color #849ADA: hue angle of 224.65º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #849ADA is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB132154218-
CMYK0.390.2900.15
HSL224.65º53.75%68.63%-
HSV(B)224.65º39.45%85.49%-
XYZ33.7333.0870.94-
YUV154.72163.71111.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.19%
GREEN value IS 154 (60.55% from 255) = 30.56%
BLUE value IS 218 (85.55% from 255) = 43.25%
R=26.19%
G=30.56%
B=43.25%

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
Decimal1321542180.390.2900.15224.6553.7568.63
Hex849ADA271D0Fe13645
Octal204232332473501734166105
Binary1000010010011010110110101001111110101111111000011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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