Html Css Color HEX #837E96 Deluge

📋 copy color: '#837E96'

red 131 ◦ green 126 ◦ blue 150

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

Shades of Deluge #837E96

Tints of Deluge #837E96

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.96%

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

R = 32.19%
G = 30.96%
B = 36.86%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#837E96 (or 0x837E96) is known color: Deluge. HEX triplet: 83, 7E and 96. RGB value is (131,126,150). Sum of RGB (Red+Green+Blue) = 131+126+150=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 150 - color contains mainly: blue. Hex color #837E96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837E96 is #7C8169. Grayscale: #828282. Windows color (decimal): -8159594 or 9862787. OLE color: 9862787.

HSL color Cylindrical-coordinate representation of color #837E96: hue angle of 252.5º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #837E96 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 131 126 150 -
CMYK 0.13 0.16 0 0.41
HSL 252.5º 0.1% 0.54% -
HSV(B) 252.5º 0.16% 0.59% -
XYZ 22.33 21.95 31.91 -
YUV 130.23 139.16 128.55 -
System Red Green Blue C M Y K H S L
Decimal 131 126 150 0.13 0.16 0 0.41 252.5 0.1 0.54
Hex 83 7E 96 D 10 0 29 FD A 36
Octal 203 176 226 15 20 0 51 375 12 66
Binary 10000011 1111110 10010110 1101 10000 0 101001 11111101 1010 110110

Color Harmonies of #837E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837E96

Black with #837E96

Text Example


Text Example

White with #837E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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