Html Css Color HEX #82709F Deluge

📋 copy color: '#82709F'

red 130 ◦ green 112 ◦ blue 159

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

Shades of Deluge #82709F

Tints of Deluge #82709F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.65%

R = 32.42%
G = 27.93%
B = 39.65%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82709F (or 0x82709F) is known color: Deluge. HEX triplet: 82, 70 and 9F. RGB value is (130,112,159). Sum of RGB (Red+Green+Blue) = 130+112+159=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 159 - color contains mainly: blue. Hex color #82709F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82709F is #7D8F60. Grayscale: #7A7A7A. Windows color (decimal): -8228705 or 10449026. OLE color: 10449026.

HSL color Cylindrical-coordinate representation of color #82709F: hue angle of 262.98º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82709F is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 112 159 -
CMYK 0.18 0.30 0 0.38
HSL 262.98º 0.2% 0.53% -
HSV(B) 262.98º 0.3% 0.62% -
XYZ 21.26 18.84 35.32 -
YUV 122.74 148.46 133.18 -
System Red Green Blue C M Y K H S L
Decimal 130 112 159 0.18 0.30 0 0.38 262.98 0.2 0.53
Hex 82 70 9F 12 1E 0 26 107 14 35
Octal 202 160 237 22 36 0 46 407 24 65
Binary 10000010 1110000 10011111 10010 11110 0 100110 100000111 10100 110101

Color Harmonies of #82709F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82709F

Black with #82709F

Text Example


Text Example

White with #82709F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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