Html Css Color HEX #846BA2 Deluge

📋 copy color: '#846BA2'

red 132 ◦ green 107 ◦ blue 162

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

Shades of Deluge #846BA2

Tints of Deluge #846BA2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.68%

 BLUE value IS 162 (63.67% from 255) = 40.4%

R = 32.92%
G = 26.68%
B = 40.4%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#846BA2 (or 0x846BA2) is known color: Deluge. HEX triplet: 84, 6B and A2. RGB value is (132,107,162). Sum of RGB (Red+Green+Blue) = 132+107+162=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 162 (63.67% from 255 or 40.40% from 401); Max value from RGB is 162 - color contains mainly: blue. Hex color #846BA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846BA2 is #7B945D. Grayscale: #787878. Windows color (decimal): -8098910 or 10644356. OLE color: 10644356.

HSL color Cylindrical-coordinate representation of color #846BA2: hue angle of 267.27º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #846BA2 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 132 107 162 -
CMYK 0.19 0.34 0 0.36
HSL 267.27º 0.23% 0.53% -
HSV(B) 267.27º 0.34% 0.64% -
XYZ 21.3 18.03 36.54 -
YUV 120.75 151.28 136.03 -
System Red Green Blue C M Y K H S L
Decimal 132 107 162 0.19 0.34 0 0.36 267.27 0.23 0.53
Hex 84 6B A2 13 22 0 24 10B 17 35
Octal 204 153 242 23 42 0 44 413 27 65
Binary 10000100 1101011 10100010 10011 100010 0 100100 100001011 10111 110101

Color Harmonies of #846BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846BA2

Black with #846BA2

Text Example


Text Example

White with #846BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,107,162); }

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

background-color css

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

 a { background-color: rgb(132,107,162); }

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

border-color css

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

 span { border-color: rgb(132,107,162); }

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