#837DAF

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

Shades of Deluge #837DAF

Tints of Deluge #837DAF

Color information

#837DAF (or 0x837DAF) is unknown color: approx Deluge. HEX triplet: 83, 7D and AF. RGB value is (131,125,175). Sum of RGB (Red+Green+Blue) = 131+125+175=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #837DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837DAF is #7C8250. Grayscale: #848484. Windows color (decimal): -8159825 or 11500931. OLE color: 11500931.

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

Color convert

RGB131125175-
CMYK0.250.2900.31
HSL247.2º23.81%58.82%-
HSV(B)247.2º28.57%68.63%-
XYZ24.4322.5943.63-
YUV132.49151.99126.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.39%
GREEN value IS 125 (49.22% from 255) = 29.00%
BLUE value IS 175 (68.75% from 255) = 40.60%
R=30.39%
G=29.00%
B=40.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1311251750.250.2900.31247.223.8158.82
Hex837DAF191D01Ff7183b
Octal20317525731350373673073
Binary1000001111111011010111111001111010111111111011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837DAF; }

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

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

<style>
 a { background-color: #837DAF; }

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

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

<style>
 span { border-color: #837DAF; }

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

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