#836CAD

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

Shades of Deluge #836CAD

Tints of Deluge #836CAD

Color information

#836CAD (or 0x836CAD) is unknown color: approx Deluge. HEX triplet: 83, 6C and AD. RGB value is (131,108,173). Sum of RGB (Red+Green+Blue) = 131+108+173=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 173 - color contains mainly: blue. Hex color #836CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836CAD is #7C9352. Grayscale: #7A7A7A. Windows color (decimal): -8164179 or 11365507. OLE color: 11365507.

HSL color Cylindrical-coordinate representation of color #836CAD: hue angle of 261.23º degrees, saturation: 0.28, 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 #836CAD is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB131108173-
CMYK0.240.3800.32
HSL261.23º28.38%55.1%-
HSV(B)261.23º37.57%67.84%-
XYZ22.2718.5741.95-
YUV122.29156.62134.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.80%
GREEN value IS 108 (42.58% from 255) = 26.21%
BLUE value IS 173 (67.97% from 255) = 41.99%
R=31.80%
G=26.21%
B=41.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311081730.240.3800.32261.2328.3855.1
Hex836CAD18260201051c37
Octal20315425530460404053467
Binary1000001111011001010110111000100110010000010000010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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