Html Css Color HEX #836CA0 Deluge

📋 copy color: '#836CA0'

red 131 ◦ green 108 ◦ blue 160

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

Shades of Deluge #836CA0

Tints of Deluge #836CA0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.07%

 BLUE value IS 160 (62.89% from 255) = 40.1%

R = 32.83%
G = 27.07%
B = 40.1%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#836CA0 (or 0x836CA0) is known color: Deluge. HEX triplet: 83, 6C and A0. RGB value is (131,108,160). Sum of RGB (Red+Green+Blue) = 131+108+160=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 160 - color contains mainly: blue. Hex color #836CA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836CA0 is #7C935F. Grayscale: #787878. Windows color (decimal): -8164192 or 10513539. OLE color: 10513539.

HSL color Cylindrical-coordinate representation of color #836CA0: hue angle of 266.54º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #836CA0 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 131 108 160 -
CMYK 0.18 0.32 0 0.37
HSL 266.54º 0.21% 0.53% -
HSV(B) 266.54º 0.33% 0.63% -
XYZ 21.07 18.09 35.64 -
YUV 120.81 150.12 135.27 -
System Red Green Blue C M Y K H S L
Decimal 131 108 160 0.18 0.32 0 0.37 266.54 0.21 0.53
Hex 83 6C A0 12 20 0 25 10B 15 35
Octal 203 154 240 22 40 0 45 413 25 65
Binary 10000011 1101100 10100000 10010 100000 0 100101 100001011 10101 110101

Color Harmonies of #836CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836CA0

Black with #836CA0

Text Example


Text Example

White with #836CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,108,160); }

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

background-color css

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

 a { background-color: rgb(131,108,160); }

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

border-color css

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

 span { border-color: rgb(131,108,160); }

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