#836FA0

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

Shades of Deluge #836FA0

Tints of Deluge #836FA0

Color information

#836FA0 (or 0x836FA0) is unknown color: approx Deluge. HEX triplet: 83, 6F and A0. RGB value is (131,111,160). Sum of RGB (Red+Green+Blue) = 131+111+160=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 160 (62.89% from 255 or 39.80% from 402); Max value from RGB is 160 - color contains mainly: blue. Hex color #836FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836FA0 is #7C905F. Grayscale: #7A7A7A. Windows color (decimal): -8163424 or 10514307. OLE color: 10514307.

HSL color Cylindrical-coordinate representation of color #836FA0: hue angle of 264.49º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #836FA0 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB131111160-
CMYK0.180.3100.37
HSL264.49º20.5%53.14%-
HSV(B)264.49º30.63%62.75%-
XYZ21.3918.7335.75-
YUV122.57149.13134.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.59%
GREEN value IS 111 (43.75% from 255) = 27.61%
BLUE value IS 160 (62.89% from 255) = 39.80%
R=32.59%
G=27.61%
B=39.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1311111600.180.3100.37264.4920.553.14
Hex836FA0121F0251081535
Octal20315724022370454102565
Binary100000111101111101000001001011111010010110000100010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,111,160); }

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

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

 a { background-color: rgb(131,111,160); }

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

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

 span { border-color: rgb(131,111,160); }

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