Html Css Color HEX #846CAC Deluge

📋 copy color: '#846CAC'

red 132 ◦ green 108 ◦ blue 172

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

Shades of Deluge #846CAC

Tints of Deluge #846CAC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.21%

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

R = 32.04%
G = 26.21%
B = 41.75%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#846CAC (or 0x846CAC) is known color: Deluge. HEX triplet: 84, 6C and AC. RGB value is (132,108,172). Sum of RGB (Red+Green+Blue) = 132+108+172=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #846CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846CAC is #7B9353. Grayscale: #7A7A7A. Windows color (decimal): -8098644 or 11299972. OLE color: 11299972.

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

Color convert

RGB 132 108 172 -
CMYK 0.23 0.37 0 0.33
HSL 262.5º 0.28% 0.55% -
HSV(B) 262.5º 0.37% 0.67% -
XYZ 22.32 18.61 41.45 -
YUV 122.47 155.95 134.8 -
System Red Green Blue C M Y K H S L
Decimal 132 108 172 0.23 0.37 0 0.33 262.5 0.28 0.55
Hex 84 6C AC 17 25 0 21 106 1C 37
Octal 204 154 254 27 45 0 41 406 34 67
Binary 10000100 1101100 10101100 10111 100101 0 100001 100000110 11100 110111

Color Harmonies of #846CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846CAC

Black with #846CAC

Text Example


Text Example

White with #846CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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