Html Css Color HEX #846EAC Deluge

📋 copy color: '#846EAC'

red 132 ◦ green 110 ◦ blue 172

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

Shades of Deluge #846EAC

Tints of Deluge #846EAC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.57%

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

R = 31.88%
G = 26.57%
B = 41.55%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#846EAC (or 0x846EAC) is known color: Deluge. HEX triplet: 84, 6E and AC. RGB value is (132,110,172). Sum of RGB (Red+Green+Blue) = 132+110+172=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 172 - color contains mainly: blue. Hex color #846EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846EAC is #7B9153. Grayscale: #7B7B7B. Windows color (decimal): -8098132 or 11300484. OLE color: 11300484.

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

Color convert

RGB 132 110 172 -
CMYK 0.23 0.36 0 0.33
HSL 261.29º 0.27% 0.55% -
HSV(B) 261.29º 0.36% 0.67% -
XYZ 22.54 19.04 41.52 -
YUV 123.65 155.29 133.96 -
System Red Green Blue C M Y K H S L
Decimal 132 110 172 0.23 0.36 0 0.33 261.29 0.27 0.55
Hex 84 6E AC 17 24 0 21 105 1B 37
Octal 204 156 254 27 44 0 41 405 33 67
Binary 10000100 1101110 10101100 10111 100100 0 100001 100000101 11011 110111

Color Harmonies of #846EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846EAC

Black with #846EAC

Text Example


Text Example

White with #846EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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