#846BAE

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

Shades of Deluge #846BAE

Tints of Deluge #846BAE

Color information

#846BAE (or 0x846BAE) is unknown color: approx Deluge. HEX triplet: 84, 6B and AE. RGB value is (132,107,174). Sum of RGB (Red+Green+Blue) = 132+107+174=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 174 - color contains mainly: blue. Hex color #846BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846BAE is #7B9451. Grayscale: #797979. Windows color (decimal): -8098898 or 11430788. OLE color: 11430788.

HSL color Cylindrical-coordinate representation of color #846BAE: hue angle of 262.39º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #846BAE is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB132107174-
CMYK0.240.3900.32
HSL262.39º29.26%55.1%-
HSV(B)262.39º38.51%68.24%-
XYZ22.4118.4842.43-
YUV122.11157.28135.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.96%
GREEN value IS 107 (42.19% from 255) = 25.91%
BLUE value IS 174 (68.36% from 255) = 42.13%
R=31.96%
G=25.91%
B=42.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1321071740.240.3900.32262.3929.2655.1
Hex846BAE18270201061d37
Octal20415325630470404063567
Binary1000010011010111010111011000100111010000010000011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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