Html Css Color HEX #83709C Deluge

📋 copy color: '#83709C'

red 131 ◦ green 112 ◦ blue 156

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

Shades of Deluge #83709C

Tints of Deluge #83709C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.07%

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

R = 32.83%
G = 28.07%
B = 39.1%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83709C (or 0x83709C) is known color: Deluge. HEX triplet: 83, 70 and 9C. RGB value is (131,112,156). Sum of RGB (Red+Green+Blue) = 131+112+156=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 156 - color contains mainly: blue. Hex color #83709C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83709C is #7C8F63. Grayscale: #7A7A7A. Windows color (decimal): -8163172 or 10252419. OLE color: 10252419.

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

Color convert

RGB 131 112 156 -
CMYK 0.16 0.28 0 0.39
HSL 265.91º 0.18% 0.53% -
HSV(B) 265.91º 0.28% 0.61% -
XYZ 21.16 18.81 33.97 -
YUV 122.7 146.79 133.92 -
System Red Green Blue C M Y K H S L
Decimal 131 112 156 0.16 0.28 0 0.39 265.91 0.18 0.53
Hex 83 70 9C 10 1C 0 27 10A 12 35
Octal 203 160 234 20 34 0 47 412 22 65
Binary 10000011 1110000 10011100 10000 11100 0 100111 100001010 10010 110101

Color Harmonies of #83709C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83709C

Black with #83709C

Text Example


Text Example

White with #83709C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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