Html Css Color HEX #837097 Deluge

📋 copy color: '#837097'

red 131 ◦ green 112 ◦ blue 151

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

Shades of Deluge #837097

Tints of Deluge #837097

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.43%

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

R = 33.25%
G = 28.43%
B = 38.32%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#837097 (or 0x837097) is known color: Deluge. HEX triplet: 83, 70 and 97. RGB value is (131,112,151). Sum of RGB (Red+Green+Blue) = 131+112+151=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 151 (59.38% from 255 or 38.32% from 394); Max value from RGB is 151 - color contains mainly: blue. Hex color #837097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837097 is #7C8F68. Grayscale: #797979. Windows color (decimal): -8163177 or 9924739. OLE color: 9924739.

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

Color convert

RGB 131 112 151 -
CMYK 0.13 0.26 0 0.41
HSL 269.23º 0.16% 0.52% -
HSV(B) 269.23º 0.26% 0.59% -
XYZ 20.74 18.65 31.78 -
YUV 122.13 144.29 134.33 -
System Red Green Blue C M Y K H S L
Decimal 131 112 151 0.13 0.26 0 0.41 269.23 0.16 0.52
Hex 83 70 97 D 1A 0 29 10D 10 34
Octal 203 160 227 15 32 0 51 415 20 64
Binary 10000011 1110000 10010111 1101 11010 0 101001 100001101 10000 110100

Color Harmonies of #837097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837097

Black with #837097

Text Example


Text Example

White with #837097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837097; }

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

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

background-color css

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

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

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

border-color css

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

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

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