Html Css Color HEX #82709B Deluge

📋 copy color: '#82709B'

red 130 ◦ green 112 ◦ blue 155

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

Shades of Deluge #82709B

Tints of Deluge #82709B

RGB

 RED value IS 130 (51.17% from 255) = 32.75%

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

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

R = 32.75%
G = 28.21%
B = 39.04%

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

#82709B (or 0x82709B) is known color: Deluge. HEX triplet: 82, 70 and 9B. RGB value is (130,112,155). Sum of RGB (Red+Green+Blue) = 130+112+155=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 155 - color contains mainly: blue. Hex color #82709B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82709B is #7D8F64. Grayscale: #7A7A7A. Windows color (decimal): -8228709 or 10186882. OLE color: 10186882.

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

Color convert

RGB 130 112 155 -
CMYK 0.16 0.28 0 0.39
HSL 265.12º 0.18% 0.52% -
HSV(B) 265.12º 0.28% 0.61% -
XYZ 20.92 18.7 33.52 -
YUV 122.28 146.46 133.5 -
System Red Green Blue C M Y K H S L
Decimal 130 112 155 0.16 0.28 0 0.39 265.12 0.18 0.52
Hex 82 70 9B 10 1C 0 27 109 12 34
Octal 202 160 233 20 34 0 47 411 22 64
Binary 10000010 1110000 10011011 10000 11100 0 100111 100001001 10010 110100

Color Harmonies of #82709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82709B

Black with #82709B

Text Example


Text Example

White with #82709B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,112,155); }

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

background-color css

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

 a { background-color: rgb(130,112,155); }

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

border-color css

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

 span { border-color: rgb(130,112,155); }

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