Html Css Color HEX #82759C Deluge

📋 copy color: '#82759C'

red 130 ◦ green 117 ◦ blue 156

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

Shades of Deluge #82759C

Tints of Deluge #82759C

RGB

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

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

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

R = 32.26%
G = 29.03%
B = 38.71%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#82759C (or 0x82759C) is known color: Deluge. HEX triplet: 82, 75 and 9C. RGB value is (130,117,156). Sum of RGB (Red+Green+Blue) = 130+117+156=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 156 - color contains mainly: blue. Hex color #82759C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82759C is #7D8A63. Grayscale: #7D7D7D. Windows color (decimal): -8227428 or 10253698. OLE color: 10253698.

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

Color convert

RGB 130 117 156 -
CMYK 0.17 0.25 0 0.39
HSL 260º 0.16% 0.54% -
HSV(B) 260º 0.25% 0.61% -
XYZ 21.57 19.87 34.15 -
YUV 125.33 145.31 131.33 -
System Red Green Blue C M Y K H S L
Decimal 130 117 156 0.17 0.25 0 0.39 260 0.16 0.54
Hex 82 75 9C 11 19 0 27 104 10 36
Octal 202 165 234 21 31 0 47 404 20 66
Binary 10000010 1110101 10011100 10001 11001 0 100111 100000100 10000 110110

Color Harmonies of #82759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82759C

Black with #82759C

Text Example


Text Example

White with #82759C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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