Html Css Color HEX #837799 Deluge

📋 copy color: '#837799'

red 131 ◦ green 119 ◦ blue 153

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

Shades of Deluge #837799

Tints of Deluge #837799

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.53%

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

R = 32.51%
G = 29.53%
B = 37.97%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#837799 (or 0x837799) is known color: Deluge. HEX triplet: 83, 77 and 99. RGB value is (131,119,153). Sum of RGB (Red+Green+Blue) = 131+119+153=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 153 - color contains mainly: blue. Hex color #837799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837799 is #7C8866. Grayscale: #7E7E7E. Windows color (decimal): -8161383 or 10057603. OLE color: 10057603.

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

Color convert

RGB 131 119 153 -
CMYK 0.14 0.22 0 0.4
HSL 261.18º 0.14% 0.53% -
HSV(B) 261.18º 0.22% 0.6% -
XYZ 21.71 20.32 32.91 -
YUV 126.46 142.98 131.24 -
System Red Green Blue C M Y K H S L
Decimal 131 119 153 0.14 0.22 0 0.4 261.18 0.14 0.53
Hex 83 77 99 E 16 0 28 105 E 35
Octal 203 167 231 16 26 0 50 405 16 65
Binary 10000011 1110111 10011001 1110 10110 0 101000 100000101 1110 110101

Color Harmonies of #837799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837799

Black with #837799

Text Example


Text Example

White with #837799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837799; }

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

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

background-color css

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

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

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

border-color css

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

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

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