#846BAA

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

Shades of Deluge #846BAA

Tints of Deluge #846BAA

Color information

#846BAA (or 0x846BAA) is unknown color: approx Deluge. HEX triplet: 84, 6B and AA. RGB value is (132,107,170). Sum of RGB (Red+Green+Blue) = 132+107+170=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #846BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846BAA is #7B9455. Grayscale: #797979. Windows color (decimal): -8098902 or 11168644. OLE color: 11168644.

HSL color Cylindrical-coordinate representation of color #846BAA: hue angle of 263.81º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #846BAA is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB132107170-
CMYK0.220.3700.33
HSL263.81º27.04%54.31%-
HSV(B)263.81º37.06%66.67%-
XYZ22.0318.3240.41-
YUV121.66155.28135.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.27%
GREEN value IS 107 (42.19% from 255) = 26.16%
BLUE value IS 170 (66.80% from 255) = 41.56%
R=32.27%
G=26.16%
B=41.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321071700.220.3700.33263.8127.0454.31
Hex846BAA16250211081b36
Octal20415325226450414103366
Binary1000010011010111010101010110100101010000110000100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846BAA; }

 p { color: rgb(132,107,170); }

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

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

 a { background-color: rgb(132,107,170); }

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

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

 span { border-color: rgb(132,107,170); }

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