Html Css Color HEX #83739B Deluge

📋 copy color: '#83739B'

red 131 ◦ green 115 ◦ blue 155

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

Shades of Deluge #83739B

Tints of Deluge #83739B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.68%

 BLUE value IS 155 (60.94% from 255) = 38.65%

R = 32.67%
G = 28.68%
B = 38.65%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83739B (or 0x83739B) is known color: Deluge. HEX triplet: 83, 73 and 9B. RGB value is (131,115,155). Sum of RGB (Red+Green+Blue) = 131+115+155=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 155 - color contains mainly: blue. Hex color #83739B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83739B is #7C8C64. Grayscale: #7C7C7C. Windows color (decimal): -8162405 or 10187651. OLE color: 10187651.

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

Color convert

RGB 131 115 155 -
CMYK 0.15 0.26 0 0.39
HSL 264º 0.17% 0.53% -
HSV(B) 264º 0.26% 0.61% -
XYZ 21.41 19.45 33.64 -
YUV 124.34 145.3 132.75 -
System Red Green Blue C M Y K H S L
Decimal 131 115 155 0.15 0.26 0 0.39 264 0.17 0.53
Hex 83 73 9B F 1A 0 27 108 11 35
Octal 203 163 233 17 32 0 47 410 21 65
Binary 10000011 1110011 10011011 1111 11010 0 100111 100001000 10001 110101

Color Harmonies of #83739B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83739B

Black with #83739B

Text Example


Text Example

White with #83739B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83739B; }

 p { color: rgb(131,115,155); }

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

background-color css

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

 a { background-color: rgb(131,115,155); }

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

border-color css

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

 span { border-color: rgb(131,115,155); }

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