Html Css Color HEX #837B96 Deluge

📋 copy color: '#837B96'

red 131 ◦ green 123 ◦ blue 150

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

Shades of Deluge #837B96

Tints of Deluge #837B96

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.45%

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

R = 32.43%
G = 30.45%
B = 37.13%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#837B96 (or 0x837B96) is known color: Deluge. HEX triplet: 83, 7B and 96. RGB value is (131,123,150). Sum of RGB (Red+Green+Blue) = 131+123+150=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 150 - color contains mainly: blue. Hex color #837B96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837B96 is #7C8469. Grayscale: #808080. Windows color (decimal): -8160362 or 9862019. OLE color: 9862019.

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

Color convert

RGB 131 123 150 -
CMYK 0.13 0.18 0 0.41
HSL 257.78º 0.11% 0.54% -
HSV(B) 257.78º 0.18% 0.59% -
XYZ 21.95 21.19 31.79 -
YUV 128.47 140.15 129.8 -
System Red Green Blue C M Y K H S L
Decimal 131 123 150 0.13 0.18 0 0.41 257.78 0.11 0.54
Hex 83 7B 96 D 12 0 29 102 B 36
Octal 203 173 226 15 22 0 51 402 13 66
Binary 10000011 1111011 10010110 1101 10010 0 101001 100000010 1011 110110

Color Harmonies of #837B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837B96

Black with #837B96

Text Example


Text Example

White with #837B96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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