Html Css Color HEX #837597 Deluge

📋 copy color: '#837597'

red 131 ◦ green 117 ◦ blue 151

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

Shades of Deluge #837597

Tints of Deluge #837597

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.32%

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

R = 32.83%
G = 29.32%
B = 37.84%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#837597 (or 0x837597) is known color: Deluge. HEX triplet: 83, 75 and 97. RGB value is (131,117,151). Sum of RGB (Red+Green+Blue) = 131+117+151=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 151 (59.38% from 255 or 37.84% from 399); Max value from RGB is 151 - color contains mainly: blue. Hex color #837597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837597 is #7C8A68. Grayscale: #7C7C7C. Windows color (decimal): -8161897 or 9926019. OLE color: 9926019.

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

Color convert

RGB 131 117 151 -
CMYK 0.13 0.23 0 0.41
HSL 264.71º 0.14% 0.53% -
HSV(B) 264.71º 0.23% 0.59% -
XYZ 21.31 19.78 31.97 -
YUV 125.06 142.64 132.24 -
System Red Green Blue C M Y K H S L
Decimal 131 117 151 0.13 0.23 0 0.41 264.71 0.14 0.53
Hex 83 75 97 D 17 0 29 109 E 35
Octal 203 165 227 15 27 0 51 411 16 65
Binary 10000011 1110101 10010111 1101 10111 0 101001 100001001 1110 110101

Color Harmonies of #837597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837597

Black with #837597

Text Example


Text Example

White with #837597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837597; }

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

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

background-color css

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

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

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

border-color css

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

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

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