Html Css Color HEX #82759F Deluge

📋 copy color: '#82759F'

red 130 ◦ green 117 ◦ blue 159

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

Shades of Deluge #82759F

Tints of Deluge #82759F

RGB

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

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

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

R = 32.02%
G = 28.82%
B = 39.16%

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

#82759F (or 0x82759F) is known color: Deluge. HEX triplet: 82, 75 and 9F. RGB value is (130,117,159). Sum of RGB (Red+Green+Blue) = 130+117+159=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 159 - color contains mainly: blue. Hex color #82759F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82759F is #7D8A60. Grayscale: #7D7D7D. Windows color (decimal): -8227425 or 10450306. OLE color: 10450306.

HSL color Cylindrical-coordinate representation of color #82759F: hue angle of 258.57º degrees, saturation: 0.18, 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 #82759F is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 117 159 -
CMYK 0.18 0.26 0 0.38
HSL 258.57º 0.18% 0.54% -
HSV(B) 258.57º 0.26% 0.62% -
XYZ 21.83 19.97 35.51 -
YUV 125.68 146.81 131.08 -
System Red Green Blue C M Y K H S L
Decimal 130 117 159 0.18 0.26 0 0.38 258.57 0.18 0.54
Hex 82 75 9F 12 1A 0 26 103 12 36
Octal 202 165 237 22 32 0 46 403 22 66
Binary 10000010 1110101 10011111 10010 11010 0 100110 100000011 10010 110110

Color Harmonies of #82759F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82759F

Black with #82759F

Text Example


Text Example

White with #82759F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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