Html Css Color HEX #846BAB Deluge

📋 copy color: '#846BAB'

red 132 ◦ green 107 ◦ blue 171

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

Shades of Deluge #846BAB

Tints of Deluge #846BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.71%

R = 32.2%
G = 26.1%
B = 41.71%

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

#846BAB (or 0x846BAB) is known color: Deluge. HEX triplet: 84, 6B and AB. RGB value is (132,107,171). Sum of RGB (Red+Green+Blue) = 132+107+171=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 107 (42.19% from 255 or 26.10% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #846BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846BAB is #7B9454. Grayscale: #797979. Windows color (decimal): -8098901 or 11234180. OLE color: 11234180.

HSL color Cylindrical-coordinate representation of color #846BAB: hue angle of 263.44º 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 #846BAB is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 107 171 -
CMYK 0.23 0.37 0 0.33
HSL 263.44º 0.28% 0.55% -
HSV(B) 263.44º 0.37% 0.67% -
XYZ 22.12 18.36 40.91 -
YUV 121.77 155.78 135.3 -
System Red Green Blue C M Y K H S L
Decimal 132 107 171 0.23 0.37 0 0.33 263.44 0.28 0.55
Hex 84 6B AB 17 25 0 21 107 1C 37
Octal 204 153 253 27 45 0 41 407 34 67
Binary 10000100 1101011 10101011 10111 100101 0 100001 100000111 11100 110111

Color Harmonies of #846BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846BAB

Black with #846BAB

Text Example


Text Example

White with #846BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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