#846BAF

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

Shades of Deluge #846BAF

Tints of Deluge #846BAF

Color information

#846BAF (or 0x846BAF) is unknown color: approx Deluge. HEX triplet: 84, 6B and AF. RGB value is (132,107,175). Sum of RGB (Red+Green+Blue) = 132+107+175=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 175 - color contains mainly: blue. Hex color #846BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846BAF is #7B9450. Grayscale: #797979. Windows color (decimal): -8098897 or 11496324. OLE color: 11496324.

HSL color Cylindrical-coordinate representation of color #846BAF: hue angle of 262.06º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #846BAF is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB132107175-
CMYK0.250.3900.31
HSL262.06º29.82%55.29%-
HSV(B)262.06º38.86%68.63%-
XYZ22.5118.5242.94-
YUV122.23157.78134.97-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.88%
GREEN value IS 107 (42.19% from 255) = 25.85%
BLUE value IS 175 (68.75% from 255) = 42.27%
R=31.88%
G=25.85%
B=42.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321071750.250.3900.31262.0629.8255.29
Hex846BAF192701F1061e37
Octal20415325731470374063667
Binary100001001101011101011111100110011101111110000011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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