Html Css Color HEX #82729A Deluge

📋 copy color: '#82729A'

red 130 ◦ green 114 ◦ blue 154

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

Shades of Deluge #82729A

Tints of Deluge #82729A

RGB

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

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

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

R = 32.66%
G = 28.64%
B = 38.69%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#82729A (or 0x82729A) is known color: Deluge. HEX triplet: 82, 72 and 9A. RGB value is (130,114,154). Sum of RGB (Red+Green+Blue) = 130+114+154=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 154 - color contains mainly: blue. Hex color #82729A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82729A is #7D8D65. Grayscale: #7B7B7B. Windows color (decimal): -8228198 or 10121858. OLE color: 10121858.

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

Color convert

RGB 130 114 154 -
CMYK 0.16 0.26 0 0.40
HSL 264º 0.17% 0.53% -
HSV(B) 264º 0.26% 0.6% -
XYZ 21.06 19.11 33.15 -
YUV 123.34 145.3 132.75 -
System Red Green Blue C M Y K H S L
Decimal 130 114 154 0.16 0.26 0 0.40 264 0.17 0.53
Hex 82 72 9A 10 1A 0 28 108 11 35
Octal 202 162 232 20 32 0 50 410 21 65
Binary 10000010 1110010 10011010 10000 11010 0 101000 100001000 10001 110101

Color Harmonies of #82729A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82729A

Black with #82729A

Text Example


Text Example

White with #82729A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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