#846FAF

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

Shades of Deluge #846FAF

Tints of Deluge #846FAF

Color information

#846FAF (or 0x846FAF) is unknown color: approx Deluge. HEX triplet: 84, 6F and AF. RGB value is (132,111,175). Sum of RGB (Red+Green+Blue) = 132+111+175=418 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.58% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #846FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846FAF is #7B9050. Grayscale: #7C7C7C. Windows color (decimal): -8097873 or 11497348. OLE color: 11497348.

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

Color convert

RGB132111175-
CMYK0.250.3700.31
HSL259.69º28.57%56.08%-
HSV(B)259.69º36.57%68.63%-
XYZ22.9419.3743.09-
YUV124.58156.46133.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.58%
GREEN value IS 111 (43.75% from 255) = 26.56%
BLUE value IS 175 (68.75% from 255) = 41.87%
R=31.58%
G=26.56%
B=41.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321111750.250.3700.31259.6928.5756.08
Hex846FAF192501F1041d38
Octal20415725731450374043570
Binary100001001101111101011111100110010101111110000010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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