Html Css Color HEX #836BAC Deluge

📋 copy color: '#836BAC'

red 131 ◦ green 107 ◦ blue 172

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

Shades of Deluge #836BAC

Tints of Deluge #836BAC

RGB

 RED value IS 131 (51.56% from 255) = 31.95%

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

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

R = 31.95%
G = 26.1%
B = 41.95%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#836BAC (or 0x836BAC) is known color: Deluge. HEX triplet: 83, 6B and AC. RGB value is (131,107,172). Sum of RGB (Red+Green+Blue) = 131+107+172=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 107 (42.19% from 255 or 26.10% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #836BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836BAC is #7C9453. Grayscale: #797979. Windows color (decimal): -8164436 or 11299715. OLE color: 11299715.

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

Color convert

RGB 131 107 172 -
CMYK 0.24 0.38 0 0.33
HSL 262.15º 0.28% 0.55% -
HSV(B) 262.15º 0.38% 0.67% -
XYZ 22.06 18.32 41.4 -
YUV 121.59 156.45 134.71 -
System Red Green Blue C M Y K H S L
Decimal 131 107 172 0.24 0.38 0 0.33 262.15 0.28 0.55
Hex 83 6B AC 18 26 0 21 106 1C 37
Octal 203 153 254 30 46 0 41 406 34 67
Binary 10000011 1101011 10101100 11000 100110 0 100001 100000110 11100 110111

Color Harmonies of #836BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836BAC

Black with #836BAC

Text Example


Text Example

White with #836BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836BAC; }

 p { color: rgb(131,107,172); }

 H1.HeaderClassName
 {
   color: #836BAC;
 }
 .AnyTagClassName
 {
   color: #836BAC;
 }
</style>

background-color css

<style>
 a { background-color: #836BAC; }

 a { background-color: rgb(131,107,172); }

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

border-color css

<style>
 span { border-color: #836BAC; }

 span { border-color: rgb(131,107,172); }

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