Html Css Color HEX #836CAE Deluge

📋 copy color: '#836CAE'

red 131 ◦ green 108 ◦ blue 174

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

Shades of Deluge #836CAE

Tints of Deluge #836CAE

RGB

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

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

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

R = 31.72%
G = 26.15%
B = 42.13%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#836CAE (or 0x836CAE) is known color: Deluge. HEX triplet: 83, 6C and AE. RGB value is (131,108,174). Sum of RGB (Red+Green+Blue) = 131+108+174=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 174 - color contains mainly: blue. Hex color #836CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836CAE is #7C9351. Grayscale: #7A7A7A. Windows color (decimal): -8164178 or 11431043. OLE color: 11431043.

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

Color convert

RGB 131 108 174 -
CMYK 0.25 0.38 0 0.32
HSL 260.91º 0.29% 0.55% -
HSV(B) 260.91º 0.38% 0.68% -
XYZ 22.36 18.61 42.46 -
YUV 122.4 157.12 134.13 -
System Red Green Blue C M Y K H S L
Decimal 131 108 174 0.25 0.38 0 0.32 260.91 0.29 0.55
Hex 83 6C AE 19 26 0 20 105 1D 37
Octal 203 154 256 31 46 0 40 405 35 67
Binary 10000011 1101100 10101110 11001 100110 0 100000 100000101 11101 110111

Color Harmonies of #836CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836CAE

Black with #836CAE

Text Example


Text Example

White with #836CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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