Html Css Color HEX #836BAE Deluge

📋 copy color: '#836BAE'

red 131 ◦ green 107 ◦ blue 174

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

Shades of Deluge #836BAE

Tints of Deluge #836BAE

RGB

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

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

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

R = 31.8%
G = 25.97%
B = 42.23%

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

#836BAE (or 0x836BAE) is known color: Deluge. HEX triplet: 83, 6B and AE. RGB value is (131,107,174). Sum of RGB (Red+Green+Blue) = 131+107+174=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 174 - color contains mainly: blue. Hex color #836BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836BAE is #7C9451. Grayscale: #797979. Windows color (decimal): -8164434 or 11430787. OLE color: 11430787.

HSL color Cylindrical-coordinate representation of color #836BAE: hue angle of 261.49º degrees, saturation: 0.29, 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 #836BAE is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 107 174 -
CMYK 0.25 0.39 0 0.32
HSL 261.49º 0.29% 0.55% -
HSV(B) 261.49º 0.39% 0.68% -
XYZ 22.26 18.4 42.42 -
YUV 121.81 157.45 134.55 -
System Red Green Blue C M Y K H S L
Decimal 131 107 174 0.25 0.39 0 0.32 261.49 0.29 0.55
Hex 83 6B AE 19 27 0 20 105 1D 37
Octal 203 153 256 31 47 0 40 405 35 67
Binary 10000011 1101011 10101110 11001 100111 0 100000 100000101 11101 110111

Color Harmonies of #836BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836BAE

Black with #836BAE

Text Example


Text Example

White with #836BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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