Html Css Color HEX #846AAC Deluge

📋 copy color: '#846AAC'

red 132 ◦ green 106 ◦ blue 172

#846AAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deluge #846AAC

Tints of Deluge #846AAC

RGB

 RED value IS 132 (51.95% from 255) = 32.2%

 GREEN value IS 106 (41.8% from 255) = 25.85%

 BLUE value IS 172 (67.58% from 255) = 41.95%

R = 32.2%
G = 25.85%
B = 41.95%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#846AAC (or 0x846AAC) is known color: Deluge. HEX triplet: 84, 6A and AC. RGB value is (132,106,172). Sum of RGB (Red+Green+Blue) = 132+106+172=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #846AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846AAC is #7B9553. Grayscale: #797979. Windows color (decimal): -8099156 or 11299460. OLE color: 11299460.

HSL color Cylindrical-coordinate representation of color #846AAC: hue angle of 263.64º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #846AAC is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 106 172 -
CMYK 0.23 0.38 0 0.33
HSL 263.64º 0.28% 0.55% -
HSV(B) 263.64º 0.38% 0.67% -
XYZ 22.12 18.19 41.38 -
YUV 121.3 156.61 135.63 -
System Red Green Blue C M Y K H S L
Decimal 132 106 172 0.23 0.38 0 0.33 263.64 0.28 0.55
Hex 84 6A AC 17 26 0 21 108 1C 37
Octal 204 152 254 27 46 0 41 410 34 67
Binary 10000100 1101010 10101100 10111 100110 0 100001 100001000 11100 110111

Color Harmonies of #846AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846AAC

Black with #846AAC

Text Example


Text Example

White with #846AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,106,172); }

 H1.HeaderClassName
 {
   color: #846AAC;
 }
 .AnyTagClassName
 {
   color: #846AAC;
 }
</style>

background-color css

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

 a { background-color: rgb(132,106,172); }

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

border-color css

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

 span { border-color: rgb(132,106,172); }

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