Html Css Color HEX #836EA0 Deluge

📋 copy color: '#836EA0'

red 131 ◦ green 110 ◦ blue 160

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

Shades of Deluge #836EA0

Tints of Deluge #836EA0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.43%

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

R = 32.67%
G = 27.43%
B = 39.9%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#836EA0 (or 0x836EA0) is known color: Deluge. HEX triplet: 83, 6E and A0. RGB value is (131,110,160). Sum of RGB (Red+Green+Blue) = 131+110+160=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 160 - color contains mainly: blue. Hex color #836EA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836EA0 is #7C915F. Grayscale: #797979. Windows color (decimal): -8163680 or 10514051. OLE color: 10514051.

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

Color convert

RGB 131 110 160 -
CMYK 0.18 0.31 0 0.37
HSL 265.2º 0.21% 0.53% -
HSV(B) 265.2º 0.31% 0.63% -
XYZ 21.28 18.52 35.71 -
YUV 121.98 149.46 134.43 -
System Red Green Blue C M Y K H S L
Decimal 131 110 160 0.18 0.31 0 0.37 265.2 0.21 0.53
Hex 83 6E A0 12 1F 0 25 109 15 35
Octal 203 156 240 22 37 0 45 411 25 65
Binary 10000011 1101110 10100000 10010 11111 0 100101 100001001 10101 110101

Color Harmonies of #836EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836EA0

Black with #836EA0

Text Example


Text Example

White with #836EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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