Html Css Color HEX #846EAA Deluge

📋 copy color: '#846EAA'

red 132 ◦ green 110 ◦ blue 170

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

Shades of Deluge #846EAA

Tints of Deluge #846EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.26%

R = 32.04%
G = 26.7%
B = 41.26%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#846EAA (or 0x846EAA) is known color: Deluge. HEX triplet: 84, 6E and AA. RGB value is (132,110,170). Sum of RGB (Red+Green+Blue) = 132+110+170=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 170 - color contains mainly: blue. Hex color #846EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846EAA is #7B9155. Grayscale: #7B7B7B. Windows color (decimal): -8098134 or 11169412. OLE color: 11169412.

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

Color convert

RGB 132 110 170 -
CMYK 0.22 0.35 0 0.33
HSL 262º 0.26% 0.55% -
HSV(B) 262º 0.35% 0.67% -
XYZ 22.35 18.96 40.51 -
YUV 123.42 154.29 134.12 -
System Red Green Blue C M Y K H S L
Decimal 132 110 170 0.22 0.35 0 0.33 262 0.26 0.55
Hex 84 6E AA 16 23 0 21 106 1A 37
Octal 204 156 252 26 43 0 41 406 32 67
Binary 10000100 1101110 10101010 10110 100011 0 100001 100000110 11010 110111

Color Harmonies of #846EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846EAA

Black with #846EAA

Text Example


Text Example

White with #846EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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