Html Css Color HEX #82689D Deluge

📋 copy color: '#82689D'

red 130 ◦ green 104 ◦ blue 157

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

Shades of Deluge #82689D

Tints of Deluge #82689D

RGB

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

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

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

R = 33.25%
G = 26.6%
B = 40.15%

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

#82689D (or 0x82689D) is known color: Deluge. HEX triplet: 82, 68 and 9D. RGB value is (130,104,157). Sum of RGB (Red+Green+Blue) = 130+104+157=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 157 - color contains mainly: blue. Hex color #82689D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82689D is #7D9762. Grayscale: #757575. Windows color (decimal): -8230755 or 10315906. OLE color: 10315906.

HSL color Cylindrical-coordinate representation of color #82689D: hue angle of 269.43º 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 #82689D is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 104 157 -
CMYK 0.17 0.34 0 0.38
HSL 269.43º 0.21% 0.51% -
HSV(B) 269.43º 0.34% 0.62% -
XYZ 20.24 17.08 34.13 -
YUV 117.82 150.11 136.69 -
System Red Green Blue C M Y K H S L
Decimal 130 104 157 0.17 0.34 0 0.38 269.43 0.21 0.51
Hex 82 68 9D 11 22 0 26 10D 15 33
Octal 202 150 235 21 42 0 46 415 25 63
Binary 10000010 1101000 10011101 10001 100010 0 100110 100001101 10101 110011

Color Harmonies of #82689D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82689D

Black with #82689D

Text Example


Text Example

White with #82689D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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