Html Css Color HEX #837C9D Deluge

📋 copy color: '#837C9D'

red 131 ◦ green 124 ◦ blue 157

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

Shades of Deluge #837C9D

Tints of Deluge #837C9D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.1%

 BLUE value IS 157 (61.72% from 255) = 38.11%

R = 31.8%
G = 30.1%
B = 38.11%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#837C9D (or 0x837C9D) is known color: Deluge. HEX triplet: 83, 7C and 9D. RGB value is (131,124,157). Sum of RGB (Red+Green+Blue) = 131+124+157=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 157 - color contains mainly: blue. Hex color #837C9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837C9D is #7C8362. Grayscale: #818181. Windows color (decimal): -8160099 or 10321027. OLE color: 10321027.

HSL color Cylindrical-coordinate representation of color #837C9D: hue angle of 252.73º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #837C9D is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 124 157 -
CMYK 0.17 0.21 0 0.38
HSL 252.73º 0.14% 0.55% -
HSV(B) 252.73º 0.21% 0.62% -
XYZ 22.65 21.67 34.89 -
YUV 129.86 143.32 128.82 -
System Red Green Blue C M Y K H S L
Decimal 131 124 157 0.17 0.21 0 0.38 252.73 0.14 0.55
Hex 83 7C 9D 11 15 0 26 FD E 37
Octal 203 174 235 21 25 0 46 375 16 67
Binary 10000011 1111100 10011101 10001 10101 0 100110 11111101 1110 110111

Color Harmonies of #837C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837C9D

Black with #837C9D

Text Example


Text Example

White with #837C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,124,157); }

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

background-color css

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

 a { background-color: rgb(131,124,157); }

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

border-color css

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

 span { border-color: rgb(131,124,157); }

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