#836FAF

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

Shades of Deluge #836FAF

Tints of Deluge #836FAF

Color information

#836FAF (or 0x836FAF) is unknown color: approx Deluge. HEX triplet: 83, 6F and AF. RGB value is (131,111,175). Sum of RGB (Red+Green+Blue) = 131+111+175=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 175 - color contains mainly: blue. Hex color #836FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836FAF is #7C9050. Grayscale: #7C7C7C. Windows color (decimal): -8163409 or 11497347. OLE color: 11497347.

HSL color Cylindrical-coordinate representation of color #836FAF: hue angle of 258.75º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #836FAF is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB131111175-
CMYK0.250.3700.31
HSL258.75º28.57%56.08%-
HSV(B)258.75º36.57%68.63%-
XYZ22.7819.2943.08-
YUV124.28156.63132.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.41%
GREEN value IS 111 (43.75% from 255) = 26.62%
BLUE value IS 175 (68.75% from 255) = 41.97%
R=31.41%
G=26.62%
B=41.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1311111750.250.3700.31258.7528.5756.08
Hex836FAF192501F1031d38
Octal20315725731450374033570
Binary100000111101111101011111100110010101111110000001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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