Html Css Color HEX #836AAE Deluge

📋 copy color: '#836AAE'

red 131 ◦ green 106 ◦ blue 174

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

Shades of Deluge #836AAE

Tints of Deluge #836AAE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.79%

 BLUE value IS 174 (68.36% from 255) = 42.34%

R = 31.87%
G = 25.79%
B = 42.34%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#836AAE (or 0x836AAE) is known color: Deluge. HEX triplet: 83, 6A and AE. RGB value is (131,106,174). Sum of RGB (Red+Green+Blue) = 131+106+174=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #836AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836AAE is #7C9551. Grayscale: #787878. Windows color (decimal): -8164690 or 11430531. OLE color: 11430531.

HSL color Cylindrical-coordinate representation of color #836AAE: hue angle of 262.06º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #836AAE is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 106 174 -
CMYK 0.25 0.39 0 0.32
HSL 262.06º 0.3% 0.55% -
HSV(B) 262.06º 0.39% 0.68% -
XYZ 22.15 18.19 42.39 -
YUV 121.23 157.78 134.97 -
System Red Green Blue C M Y K H S L
Decimal 131 106 174 0.25 0.39 0 0.32 262.06 0.3 0.55
Hex 83 6A AE 19 27 0 20 106 1E 37
Octal 203 152 256 31 47 0 40 406 36 67
Binary 10000011 1101010 10101110 11001 100111 0 100000 100000110 11110 110111

Color Harmonies of #836AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836AAE

Black with #836AAE

Text Example


Text Example

White with #836AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,106,174); }

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

background-color css

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

 a { background-color: rgb(131,106,174); }

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

border-color css

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

 span { border-color: rgb(131,106,174); }

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