Html Css Color HEX #837397 Deluge

📋 copy color: '#837397'

red 131 ◦ green 115 ◦ blue 151

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

Shades of Deluge #837397

Tints of Deluge #837397

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.97%

 BLUE value IS 151 (59.38% from 255) = 38.04%

R = 33%
G = 28.97%
B = 38.04%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#837397 (or 0x837397) is known color: Deluge. HEX triplet: 83, 73 and 97. RGB value is (131,115,151). Sum of RGB (Red+Green+Blue) = 131+115+151=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 151 - color contains mainly: blue. Hex color #837397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837397 is #7C8C68. Grayscale: #7B7B7B. Windows color (decimal): -8162409 or 9925507. OLE color: 9925507.

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

Color convert

RGB 131 115 151 -
CMYK 0.13 0.24 0 0.41
HSL 266.67º 0.15% 0.52% -
HSV(B) 266.67º 0.24% 0.59% -
XYZ 21.08 19.32 31.9 -
YUV 123.89 143.3 133.07 -
System Red Green Blue C M Y K H S L
Decimal 131 115 151 0.13 0.24 0 0.41 266.67 0.15 0.52
Hex 83 73 97 D 18 0 29 10B F 34
Octal 203 163 227 15 30 0 51 413 17 64
Binary 10000011 1110011 10010111 1101 11000 0 101001 100001011 1111 110100

Color Harmonies of #837397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837397

Black with #837397

Text Example


Text Example

White with #837397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837397; }

 p { color: rgb(131,115,151); }

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

background-color css

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

 a { background-color: rgb(131,115,151); }

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

border-color css

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

 span { border-color: rgb(131,115,151); }

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