Html Css Color HEX #82739B Deluge

📋 copy color: '#82739B'

red 130 ◦ green 115 ◦ blue 155

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

Shades of Deluge #82739B

Tints of Deluge #82739B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.75%

R = 32.5%
G = 28.75%
B = 38.75%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#82739B (or 0x82739B) is known color: Deluge. HEX triplet: 82, 73 and 9B. RGB value is (130,115,155). Sum of RGB (Red+Green+Blue) = 130+115+155=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 155 - color contains mainly: blue. Hex color #82739B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82739B is #7D8C64. Grayscale: #7B7B7B. Windows color (decimal): -8227941 or 10187650. OLE color: 10187650.

HSL color Cylindrical-coordinate representation of color #82739B: hue angle of 262.5º 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 #82739B is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 115 155 -
CMYK 0.16 0.26 0 0.39
HSL 262.5º 0.17% 0.53% -
HSV(B) 262.5º 0.26% 0.61% -
XYZ 21.25 19.37 33.63 -
YUV 124.05 145.47 132.25 -
System Red Green Blue C M Y K H S L
Decimal 130 115 155 0.16 0.26 0 0.39 262.5 0.17 0.53
Hex 82 73 9B 10 1A 0 27 106 11 35
Octal 202 163 233 20 32 0 47 406 21 65
Binary 10000010 1110011 10011011 10000 11010 0 100111 100000110 10001 110101

Color Harmonies of #82739B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82739B

Black with #82739B

Text Example


Text Example

White with #82739B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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