Html Css Color HEX #837197 Deluge

📋 copy color: '#837197'

red 131 ◦ green 113 ◦ blue 151

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

Shades of Deluge #837197

Tints of Deluge #837197

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.61%

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

R = 33.16%
G = 28.61%
B = 38.23%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#837197 (or 0x837197) is known color: Deluge. HEX triplet: 83, 71 and 97. RGB value is (131,113,151). Sum of RGB (Red+Green+Blue) = 131+113+151=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 151 - color contains mainly: blue. Hex color #837197 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837197 is #7C8E68. Grayscale: #7A7A7A. Windows color (decimal): -8162921 or 9924995. OLE color: 9924995.

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

Color convert

RGB 131 113 151 -
CMYK 0.13 0.25 0 0.41
HSL 268.42º 0.15% 0.52% -
HSV(B) 268.42º 0.25% 0.59% -
XYZ 20.85 18.87 31.82 -
YUV 122.71 143.96 133.91 -
System Red Green Blue C M Y K H S L
Decimal 131 113 151 0.13 0.25 0 0.41 268.42 0.15 0.52
Hex 83 71 97 D 19 0 29 10C F 34
Octal 203 161 227 15 31 0 51 414 17 64
Binary 10000011 1110001 10010111 1101 11001 0 101001 100001100 1111 110100

Color Harmonies of #837197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837197

Black with #837197

Text Example


Text Example

White with #837197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837197; }

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

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

background-color css

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

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

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

border-color css

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

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

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