Html Css Color HEX #837697 Deluge

📋 copy color: '#837697'

red 131 ◦ green 118 ◦ blue 151

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

Shades of Deluge #837697

Tints of Deluge #837697

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.5%

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

R = 32.75%
G = 29.5%
B = 37.75%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#837697 (or 0x837697) is known color: Deluge. HEX triplet: 83, 76 and 97. RGB value is (131,118,151). Sum of RGB (Red+Green+Blue) = 131+118+151=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 151 (59.38% from 255 or 37.75% from 400); Max value from RGB is 151 - color contains mainly: blue. Hex color #837697 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837697 is #7C8968. Grayscale: #7D7D7D. Windows color (decimal): -8161641 or 9926275. OLE color: 9926275.

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

Color convert

RGB 131 118 151 -
CMYK 0.13 0.22 0 0.41
HSL 263.64º 0.14% 0.53% -
HSV(B) 263.64º 0.22% 0.59% -
XYZ 21.42 20.02 32.01 -
YUV 125.65 142.31 131.82 -
System Red Green Blue C M Y K H S L
Decimal 131 118 151 0.13 0.22 0 0.41 263.64 0.14 0.53
Hex 83 76 97 D 16 0 29 108 E 35
Octal 203 166 227 15 26 0 51 410 16 65
Binary 10000011 1110110 10010111 1101 10110 0 101001 100001000 1110 110101

Color Harmonies of #837697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837697

Black with #837697

Text Example


Text Example

White with #837697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837697; }

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

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

background-color css

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

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

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

border-color css

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

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

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