Html Css Color HEX #837599 Deluge

📋 copy color: '#837599'

red 131 ◦ green 117 ◦ blue 153

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

Shades of Deluge #837599

Tints of Deluge #837599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.15%

R = 32.67%
G = 29.18%
B = 38.15%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#837599 (or 0x837599) is known color: Deluge. HEX triplet: 83, 75 and 99. RGB value is (131,117,153). Sum of RGB (Red+Green+Blue) = 131+117+153=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 153 - color contains mainly: blue. Hex color #837599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837599 is #7C8A66. Grayscale: #7D7D7D. Windows color (decimal): -8161895 or 10057091. OLE color: 10057091.

HSL color Cylindrical-coordinate representation of color #837599: hue angle of 263.33º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #837599 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 131 117 153 -
CMYK 0.14 0.24 0 0.4
HSL 263.33º 0.15% 0.53% -
HSV(B) 263.33º 0.24% 0.6% -
XYZ 21.47 19.85 32.84 -
YUV 125.29 143.64 132.07 -
System Red Green Blue C M Y K H S L
Decimal 131 117 153 0.14 0.24 0 0.4 263.33 0.15 0.53
Hex 83 75 99 E 18 0 28 107 F 35
Octal 203 165 231 16 30 0 50 407 17 65
Binary 10000011 1110101 10011001 1110 11000 0 101000 100000111 1111 110101

Color Harmonies of #837599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837599

Black with #837599

Text Example


Text Example

White with #837599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837599; }

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

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

background-color css

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

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

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

border-color css

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

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

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