Html Css Color HEX #82739C Deluge

📋 copy color: '#82739C'

red 130 ◦ green 115 ◦ blue 156

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

Shades of Deluge #82739C

Tints of Deluge #82739C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.68%

 BLUE value IS 156 (61.33% from 255) = 38.9%

R = 32.42%
G = 28.68%
B = 38.9%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#82739C (or 0x82739C) is known color: Deluge. HEX triplet: 82, 73 and 9C. RGB value is (130,115,156). Sum of RGB (Red+Green+Blue) = 130+115+156=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 156 - color contains mainly: blue. Hex color #82739C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82739C is #7D8C63. Grayscale: #7C7C7C. Windows color (decimal): -8227940 or 10253186. OLE color: 10253186.

HSL color Cylindrical-coordinate representation of color #82739C: hue angle of 261.95º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #82739C is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 115 156 -
CMYK 0.17 0.26 0 0.39
HSL 261.95º 0.17% 0.53% -
HSV(B) 261.95º 0.26% 0.61% -
XYZ 21.34 19.41 34.07 -
YUV 124.16 145.97 132.17 -
System Red Green Blue C M Y K H S L
Decimal 130 115 156 0.17 0.26 0 0.39 261.95 0.17 0.53
Hex 82 73 9C 11 1A 0 27 106 11 35
Octal 202 163 234 21 32 0 47 406 21 65
Binary 10000010 1110011 10011100 10001 11010 0 100111 100000110 10001 110101

Color Harmonies of #82739C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82739C

Black with #82739C

Text Example


Text Example

White with #82739C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82739C; }

 p { color: rgb(130,115,156); }

 H1.HeaderClassName
 {
   color: #82739C;
 }
 .AnyTagClassName
 {
   color: #82739C;
 }
</style>

background-color css

<style>
 a { background-color: #82739C; }

 a { background-color: rgb(130,115,156); }

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

border-color css

<style>
 span { border-color: #82739C; }

 span { border-color: rgb(130,115,156); }

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