#836CAA

Color #836CAA Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #836CAA

Tints of Deluge #836CAA

Color information

#836CAA (or 0x836CAA) is unknown color: approx Deluge. HEX triplet: 83, 6C and AA. RGB value is (131,108,170). Sum of RGB (Red+Green+Blue) = 131+108+170=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #836CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836CAA is #7C9355. Grayscale: #797979. Windows color (decimal): -8164182 or 11168899. OLE color: 11168899.

HSL color Cylindrical-coordinate representation of color #836CAA: hue angle of 262.26º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #836CAA is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB131108170-
CMYK0.230.3600.33
HSL262.26º26.72%54.51%-
HSV(B)262.26º36.47%66.67%-
XYZ21.9818.4540.43-
YUV121.94155.12134.46-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.03%
GREEN value IS 108 (42.58% from 255) = 26.41%
BLUE value IS 170 (66.80% from 255) = 41.56%
R=32.03%
G=26.41%
B=41.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311081700.230.3600.33262.2626.7254.51
Hex836CAA17240211061b37
Octal20315425227440414063367
Binary1000001111011001010101010111100100010000110000011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #836CAA;
 }
 .AnyTagClassName
 {
   color: #836CAA;
 }
</style>
background-color css

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

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

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

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

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

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