Html Css Color HEX #83689D Deluge

📋 copy color: '#83689D'

red 131 ◦ green 104 ◦ blue 157

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

Shades of Deluge #83689D

Tints of Deluge #83689D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.53%

 BLUE value IS 157 (61.72% from 255) = 40.05%

R = 33.42%
G = 26.53%
B = 40.05%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83689D (or 0x83689D) is known color: Deluge. HEX triplet: 83, 68 and 9D. RGB value is (131,104,157). Sum of RGB (Red+Green+Blue) = 131+104+157=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 157 - color contains mainly: blue. Hex color #83689D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83689D is #7C9762. Grayscale: #757575. Windows color (decimal): -8165219 or 10315907. OLE color: 10315907.

HSL color Cylindrical-coordinate representation of color #83689D: hue angle of 270.57º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #83689D is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 104 157 -
CMYK 0.17 0.34 0 0.38
HSL 270.57º 0.21% 0.51% -
HSV(B) 270.57º 0.34% 0.62% -
XYZ 20.4 17.16 34.14 -
YUV 118.12 149.95 137.19 -
System Red Green Blue C M Y K H S L
Decimal 131 104 157 0.17 0.34 0 0.38 270.57 0.21 0.51
Hex 83 68 9D 11 22 0 26 10F 15 33
Octal 203 150 235 21 42 0 46 417 25 63
Binary 10000011 1101000 10011101 10001 100010 0 100110 100001111 10101 110011

Color Harmonies of #83689D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83689D

Black with #83689D

Text Example


Text Example

White with #83689D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83689D; }

 p { color: rgb(131,104,157); }

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

background-color css

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

 a { background-color: rgb(131,104,157); }

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

border-color css

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

 span { border-color: rgb(131,104,157); }

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