Html Css Color HEX #82759E Deluge

📋 copy color: '#82759E'

red 130 ◦ green 117 ◦ blue 158

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

Shades of Deluge #82759E

Tints of Deluge #82759E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.89%

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

R = 32.1%
G = 28.89%
B = 39.01%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82759E (or 0x82759E) is known color: Deluge. HEX triplet: 82, 75 and 9E. RGB value is (130,117,158). Sum of RGB (Red+Green+Blue) = 130+117+158=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 158 - color contains mainly: blue. Hex color #82759E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82759E is #7D8A61. Grayscale: #7D7D7D. Windows color (decimal): -8227426 or 10384770. OLE color: 10384770.

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

Color convert

RGB 130 117 158 -
CMYK 0.18 0.26 0 0.38
HSL 259.02º 0.17% 0.54% -
HSV(B) 259.02º 0.26% 0.62% -
XYZ 21.74 19.94 35.05 -
YUV 125.56 146.31 131.17 -
System Red Green Blue C M Y K H S L
Decimal 130 117 158 0.18 0.26 0 0.38 259.02 0.17 0.54
Hex 82 75 9E 12 1A 0 26 103 11 36
Octal 202 165 236 22 32 0 46 403 21 66
Binary 10000010 1110101 10011110 10010 11010 0 100110 100000011 10001 110110

Color Harmonies of #82759E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82759E

Black with #82759E

Text Example


Text Example

White with #82759E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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