Html Css Color HEX #837996 Deluge

📋 copy color: '#837996'

red 131 ◦ green 121 ◦ blue 150

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

Shades of Deluge #837996

Tints of Deluge #837996

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.1%

 BLUE value IS 150 (58.98% from 255) = 37.31%

R = 32.59%
G = 30.1%
B = 37.31%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#837996 (or 0x837996) is known color: Deluge. HEX triplet: 83, 79 and 96. RGB value is (131,121,150). Sum of RGB (Red+Green+Blue) = 131+121+150=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 150 - color contains mainly: blue. Hex color #837996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837996 is #7C8669. Grayscale: #7F7F7F. Windows color (decimal): -8160874 or 9861507. OLE color: 9861507.

HSL color Cylindrical-coordinate representation of color #837996: hue angle of 260.69º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #837996 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 131 121 150 -
CMYK 0.13 0.19 0 0.41
HSL 260.69º 0.12% 0.53% -
HSV(B) 260.69º 0.19% 0.59% -
XYZ 21.7 20.7 31.71 -
YUV 127.3 140.81 130.64 -
System Red Green Blue C M Y K H S L
Decimal 131 121 150 0.13 0.19 0 0.41 260.69 0.12 0.53
Hex 83 79 96 D 13 0 29 105 C 35
Octal 203 171 226 15 23 0 51 405 14 65
Binary 10000011 1111001 10010110 1101 10011 0 101001 100000101 1100 110101

Color Harmonies of #837996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837996

Black with #837996

Text Example


Text Example

White with #837996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837996; }

 p { color: rgb(131,121,150); }

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

background-color css

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

 a { background-color: rgb(131,121,150); }

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

border-color css

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

 span { border-color: rgb(131,121,150); }

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