#846B9B

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

Shades of Deluge #846B9B

Tints of Deluge #846B9B

Color information

#846B9B (or 0x846B9B) is unknown color: approx Deluge. HEX triplet: 84, 6B and 9B. RGB value is (132,107,155). Sum of RGB (Red+Green+Blue) = 132+107+155=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 155 - color contains mainly: blue. Hex color #846B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846B9B is #7B9464. Grayscale: #777777. Windows color (decimal): -8098917 or 10185604. OLE color: 10185604.

HSL color Cylindrical-coordinate representation of color #846B9B: hue angle of 271.25º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #846B9B is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB132107155-
CMYK0.150.3100.39
HSL271.25º19.35%51.37%-
HSV(B)271.25º30.97%60.78%-
XYZ20.6917.7933.35-
YUV119.95147.78136.6-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.50%
GREEN value IS 107 (42.19% from 255) = 27.16%
BLUE value IS 155 (60.94% from 255) = 39.34%
R=33.50%
G=27.16%
B=39.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1321071550.150.3100.39271.2519.3551.37
Hex846B9BF1F02710f1333
Octal20415323317370474172363
Binary10000100110101110011011111111111010011110000111110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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