Html Css Color HEX #837C9F Deluge

📋 copy color: '#837C9F'

red 131 ◦ green 124 ◦ blue 159

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

Shades of Deluge #837C9F

Tints of Deluge #837C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.41%

R = 31.64%
G = 29.95%
B = 38.41%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#837C9F (or 0x837C9F) is known color: Deluge. HEX triplet: 83, 7C and 9F. RGB value is (131,124,159). Sum of RGB (Red+Green+Blue) = 131+124+159=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 159 - color contains mainly: blue. Hex color #837C9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837C9F is #7C8360. Grayscale: #818181. Windows color (decimal): -8160097 or 10452099. OLE color: 10452099.

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

Color convert

RGB 131 124 159 -
CMYK 0.18 0.22 0 0.38
HSL 252º 0.15% 0.55% -
HSV(B) 252º 0.22% 0.62% -
XYZ 22.83 21.74 35.79 -
YUV 130.08 144.32 128.65 -
System Red Green Blue C M Y K H S L
Decimal 131 124 159 0.18 0.22 0 0.38 252 0.15 0.55
Hex 83 7C 9F 12 16 0 26 FC F 37
Octal 203 174 237 22 26 0 46 374 17 67
Binary 10000011 1111100 10011111 10010 10110 0 100110 11111100 1111 110111

Color Harmonies of #837C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837C9F

Black with #837C9F

Text Example


Text Example

White with #837C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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