Html Css Color HEX #82739F Deluge

📋 copy color: '#82739F'

red 130 ◦ green 115 ◦ blue 159

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

Shades of Deluge #82739F

Tints of Deluge #82739F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.36%

R = 32.18%
G = 28.47%
B = 39.36%

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

#82739F (or 0x82739F) is known color: Deluge. HEX triplet: 82, 73 and 9F. RGB value is (130,115,159). Sum of RGB (Red+Green+Blue) = 130+115+159=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 159 - color contains mainly: blue. Hex color #82739F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82739F is #7D8C60. Grayscale: #7C7C7C. Windows color (decimal): -8227937 or 10449794. OLE color: 10449794.

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

Color convert

RGB 130 115 159 -
CMYK 0.18 0.28 0 0.38
HSL 260.45º 0.19% 0.54% -
HSV(B) 260.45º 0.28% 0.62% -
XYZ 21.59 19.51 35.43 -
YUV 124.5 147.47 131.92 -
System Red Green Blue C M Y K H S L
Decimal 130 115 159 0.18 0.28 0 0.38 260.45 0.19 0.54
Hex 82 73 9F 12 1C 0 26 104 13 36
Octal 202 163 237 22 34 0 46 404 23 66
Binary 10000010 1110011 10011111 10010 11100 0 100110 100000100 10011 110110

Color Harmonies of #82739F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82739F

Black with #82739F

Text Example


Text Example

White with #82739F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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