#846490

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

Shades of Affair #846490

Tints of Affair #846490

Color information

#846490 (or 0x846490) is unknown color: approx Affair. HEX triplet: 84, 64 and 90. RGB value is (132,100,144). Sum of RGB (Red+Green+Blue) = 132+100+144=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 144 - color contains mainly: blue. Hex color #846490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846490 is #7B9B6F. Grayscale: #727272. Windows color (decimal): -8100720 or 9462916. OLE color: 9462916.

HSL color Cylindrical-coordinate representation of color #846490: hue angle of 283.64º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #846490 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB132100144-
CMYK0.080.3100.44
HSL283.64º18.03%47.84%-
HSV(B)283.64º30.56%56.47%-
XYZ19.1116.0328.47-
YUV114.58144.6140.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.11%
GREEN value IS 100 (39.45% from 255) = 26.60%
BLUE value IS 144 (56.64% from 255) = 38.30%
R=35.11%
G=26.60%
B=38.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1321001440.080.3100.44283.6418.0347.84
Hex84649081F02C11c1230
Octal20414422010370544342260
Binary10000100110010010010000100011111010110010001110010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846490; }

 p { color: rgb(132,100,144); }

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

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

 a { background-color: rgb(132,100,144); }

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

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

 span { border-color: rgb(132,100,144); }

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