Html Css Color HEX #837897 Deluge

📋 copy color: '#837897'

red 131 ◦ green 120 ◦ blue 151

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

Shades of Deluge #837897

Tints of Deluge #837897

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.85%

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

R = 32.59%
G = 29.85%
B = 37.56%

CMYK

 C value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#837897 (or 0x837897) is known color: Deluge. HEX triplet: 83, 78 and 97. RGB value is (131,120,151). Sum of RGB (Red+Green+Blue) = 131+120+151=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 151 (59.38% from 255 or 37.56% from 402); Max value from RGB is 151 - color contains mainly: blue. Hex color #837897 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837897 is #7C8768. Grayscale: #7E7E7E. Windows color (decimal): -8161129 or 9926787. OLE color: 9926787.

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

Color convert

RGB 131 120 151 -
CMYK 0.13 0.21 0 0.41
HSL 261.29º 0.13% 0.53% -
HSV(B) 261.29º 0.21% 0.59% -
XYZ 21.66 20.49 32.09 -
YUV 126.82 141.64 130.98 -
System Red Green Blue C M Y K H S L
Decimal 131 120 151 0.13 0.21 0 0.41 261.29 0.13 0.53
Hex 83 78 97 D 15 0 29 105 D 35
Octal 203 170 227 15 25 0 51 405 15 65
Binary 10000011 1111000 10010111 1101 10101 0 101001 100000101 1101 110101

Color Harmonies of #837897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837897

Black with #837897

Text Example


Text Example

White with #837897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837897; }

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

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

background-color css

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

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

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

border-color css

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

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

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