Html Css Color HEX #837699 Deluge

📋 copy color: '#837699'

red 131 ◦ green 118 ◦ blue 153

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

Shades of Deluge #837699

Tints of Deluge #837699

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.35%

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

R = 32.59%
G = 29.35%
B = 38.06%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#837699 (or 0x837699) is known color: Deluge. HEX triplet: 83, 76 and 99. RGB value is (131,118,153). Sum of RGB (Red+Green+Blue) = 131+118+153=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 153 - color contains mainly: blue. Hex color #837699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837699 is #7C8966. Grayscale: #7D7D7D. Windows color (decimal): -8161639 or 10057347. OLE color: 10057347.

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

Color convert

RGB 131 118 153 -
CMYK 0.14 0.23 0 0.4
HSL 262.29º 0.15% 0.53% -
HSV(B) 262.29º 0.23% 0.6% -
XYZ 21.59 20.08 32.88 -
YUV 125.88 143.31 131.65 -
System Red Green Blue C M Y K H S L
Decimal 131 118 153 0.14 0.23 0 0.4 262.29 0.15 0.53
Hex 83 76 99 E 17 0 28 106 F 35
Octal 203 166 231 16 27 0 50 406 17 65
Binary 10000011 1110110 10011001 1110 10111 0 101000 100000110 1111 110101

Color Harmonies of #837699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837699

Black with #837699

Text Example


Text Example

White with #837699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837699; }

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

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

background-color css

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

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

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

border-color css

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

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

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