Html Css Color HEX #83729C Deluge

📋 copy color: '#83729C'

red 131 ◦ green 114 ◦ blue 156

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

Shades of Deluge #83729C

Tints of Deluge #83729C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.43%

 BLUE value IS 156 (61.33% from 255) = 38.9%

R = 32.67%
G = 28.43%
B = 38.9%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83729C (or 0x83729C) is known color: Deluge. HEX triplet: 83, 72 and 9C. RGB value is (131,114,156). Sum of RGB (Red+Green+Blue) = 131+114+156=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 156 - color contains mainly: blue. Hex color #83729C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83729C is #7C8D63. Grayscale: #7B7B7B. Windows color (decimal): -8162660 or 10252931. OLE color: 10252931.

HSL color Cylindrical-coordinate representation of color #83729C: hue angle of 264.29º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #83729C is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 131 114 156 -
CMYK 0.16 0.27 0 0.39
HSL 264.29º 0.18% 0.53% -
HSV(B) 264.29º 0.27% 0.61% -
XYZ 21.38 19.26 34.04 -
YUV 123.87 146.13 133.08 -
System Red Green Blue C M Y K H S L
Decimal 131 114 156 0.16 0.27 0 0.39 264.29 0.18 0.53
Hex 83 72 9C 10 1B 0 27 108 12 35
Octal 203 162 234 20 33 0 47 410 22 65
Binary 10000011 1110010 10011100 10000 11011 0 100111 100001000 10010 110101

Color Harmonies of #83729C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83729C

Black with #83729C

Text Example


Text Example

White with #83729C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83729C; }

 p { color: rgb(131,114,156); }

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

background-color css

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

 a { background-color: rgb(131,114,156); }

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

border-color css

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

 span { border-color: rgb(131,114,156); }

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