Html Css Color HEX #82729E Deluge

📋 copy color: '#82729E'

red 130 ◦ green 114 ◦ blue 158

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

Shades of Deluge #82729E

Tints of Deluge #82729E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.36%

 BLUE value IS 158 (62.11% from 255) = 39.3%

R = 32.34%
G = 28.36%
B = 39.3%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82729E (or 0x82729E) is known color: Deluge. HEX triplet: 82, 72 and 9E. RGB value is (130,114,158). Sum of RGB (Red+Green+Blue) = 130+114+158=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 158 - color contains mainly: blue. Hex color #82729E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82729E is #7D8D61. Grayscale: #7B7B7B. Windows color (decimal): -8228194 or 10384002. OLE color: 10384002.

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

Color convert

RGB 130 114 158 -
CMYK 0.18 0.28 0 0.38
HSL 261.82º 0.18% 0.53% -
HSV(B) 261.82º 0.28% 0.62% -
XYZ 21.39 19.25 34.94 -
YUV 123.8 147.3 132.42 -
System Red Green Blue C M Y K H S L
Decimal 130 114 158 0.18 0.28 0 0.38 261.82 0.18 0.53
Hex 82 72 9E 12 1C 0 26 106 12 35
Octal 202 162 236 22 34 0 46 406 22 65
Binary 10000010 1110010 10011110 10010 11100 0 100110 100000110 10010 110101

Color Harmonies of #82729E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82729E

Black with #82729E

Text Example


Text Example

White with #82729E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82729E; }

 p { color: rgb(130,114,158); }

 H1.HeaderClassName
 {
   color: #82729E;
 }
 .AnyTagClassName
 {
   color: #82729E;
 }
</style>

background-color css

<style>
 a { background-color: #82729E; }

 a { background-color: rgb(130,114,158); }

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

border-color css

<style>
 span { border-color: #82729E; }

 span { border-color: rgb(130,114,158); }

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