Html Css Color HEX #837DAC Deluge

📋 copy color: '#837DAC'

red 131 ◦ green 125 ◦ blue 172

#837DAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deluge #837DAC

Tints of Deluge #837DAC

RGB

 RED value IS 131 (51.56% from 255) = 30.61%

 GREEN value IS 125 (49.22% from 255) = 29.21%

 BLUE value IS 172 (67.58% from 255) = 40.19%

R = 30.61%
G = 29.21%
B = 40.19%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#837DAC (or 0x837DAC) is known color: Deluge. HEX triplet: 83, 7D and AC. RGB value is (131,125,172). Sum of RGB (Red+Green+Blue) = 131+125+172=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 172 - color contains mainly: blue. Hex color #837DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837DAC is #7C8253. Grayscale: #838383. Windows color (decimal): -8159828 or 11304323. OLE color: 11304323.

HSL color Cylindrical-coordinate representation of color #837DAC: hue angle of 247.66º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #837DAC is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 125 172 -
CMYK 0.24 0.27 0 0.33
HSL 247.66º 0.22% 0.58% -
HSV(B) 247.66º 0.27% 0.67% -
XYZ 24.14 22.47 42.09 -
YUV 132.15 150.49 127.18 -
System Red Green Blue C M Y K H S L
Decimal 131 125 172 0.24 0.27 0 0.33 247.66 0.22 0.58
Hex 83 7D AC 18 1B 0 21 F8 16 3A
Octal 203 175 254 30 33 0 41 370 26 72
Binary 10000011 1111101 10101100 11000 11011 0 100001 11111000 10110 111010

Color Harmonies of #837DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837DAC

Black with #837DAC

Text Example


Text Example

White with #837DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #837DAC;
 }
 .AnyTagClassName
 {
   color: #837DAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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