Html Css Color HEX #836BA2 Deluge

📋 copy color: '#836BA2'

red 131 ◦ green 107 ◦ blue 162

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

Shades of Deluge #836BA2

Tints of Deluge #836BA2

RGB

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

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

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

R = 32.75%
G = 26.75%
B = 40.5%

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

#836BA2 (or 0x836BA2) is known color: Deluge. HEX triplet: 83, 6B and A2. RGB value is (131,107,162). Sum of RGB (Red+Green+Blue) = 131+107+162=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 162 (63.67% from 255 or 40.5% from 400); Max value from RGB is 162 - color contains mainly: blue. Hex color #836BA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836BA2 is #7C945D. Grayscale: #787878. Windows color (decimal): -8164446 or 10644355. OLE color: 10644355.

HSL color Cylindrical-coordinate representation of color #836BA2: hue angle of 266.18º 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 #836BA2 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 131 107 162 -
CMYK 0.19 0.34 0 0.36
HSL 266.18º 0.23% 0.53% -
HSV(B) 266.18º 0.34% 0.64% -
XYZ 21.14 17.95 36.53 -
YUV 120.45 151.45 135.53 -
System Red Green Blue C M Y K H S L
Decimal 131 107 162 0.19 0.34 0 0.36 266.18 0.23 0.53
Hex 83 6B A2 13 22 0 24 10A 17 35
Octal 203 153 242 23 42 0 44 412 27 65
Binary 10000011 1101011 10100010 10011 100010 0 100100 100001010 10111 110101

Color Harmonies of #836BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836BA2

Black with #836BA2

Text Example


Text Example

White with #836BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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