Html Css Color HEX #82709A Deluge

📋 copy color: '#82709A'

red 130 ◦ green 112 ◦ blue 154

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

Shades of Deluge #82709A

Tints of Deluge #82709A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.89%

R = 32.83%
G = 28.28%
B = 38.89%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#82709A (or 0x82709A) is known color: Deluge. HEX triplet: 82, 70 and 9A. RGB value is (130,112,154). Sum of RGB (Red+Green+Blue) = 130+112+154=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 154 - color contains mainly: blue. Hex color #82709A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82709A is #7D8F65. Grayscale: #7A7A7A. Windows color (decimal): -8228710 or 10121346. OLE color: 10121346.

HSL color Cylindrical-coordinate representation of color #82709A: hue angle of 265.71º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #82709A is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 112 154 -
CMYK 0.16 0.27 0 0.40
HSL 265.71º 0.17% 0.52% -
HSV(B) 265.71º 0.27% 0.6% -
XYZ 20.83 18.67 33.08 -
YUV 122.17 145.96 133.58 -
System Red Green Blue C M Y K H S L
Decimal 130 112 154 0.16 0.27 0 0.40 265.71 0.17 0.52
Hex 82 70 9A 10 1B 0 28 10A 11 34
Octal 202 160 232 20 33 0 50 412 21 64
Binary 10000010 1110000 10011010 10000 11011 0 101000 100001010 10001 110100

Color Harmonies of #82709A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82709A

Black with #82709A

Text Example


Text Example

White with #82709A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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