Html Css Color HEX #82769E Deluge

📋 copy color: '#82769E'

red 130 ◦ green 118 ◦ blue 158

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

Shades of Deluge #82769E

Tints of Deluge #82769E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.06%

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

R = 32.02%
G = 29.06%
B = 38.92%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82769E (or 0x82769E) is known color: Deluge. HEX triplet: 82, 76 and 9E. RGB value is (130,118,158). Sum of RGB (Red+Green+Blue) = 130+118+158=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 158 - color contains mainly: blue. Hex color #82769E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82769E is #7D8961. Grayscale: #7D7D7D. Windows color (decimal): -8227170 or 10385026. OLE color: 10385026.

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

Color convert

RGB 130 118 158 -
CMYK 0.18 0.25 0 0.38
HSL 258º 0.17% 0.54% -
HSV(B) 258º 0.25% 0.62% -
XYZ 21.86 20.17 35.09 -
YUV 126.15 145.98 130.75 -
System Red Green Blue C M Y K H S L
Decimal 130 118 158 0.18 0.25 0 0.38 258 0.17 0.54
Hex 82 76 9E 12 19 0 26 102 11 36
Octal 202 166 236 22 31 0 46 402 21 66
Binary 10000010 1110110 10011110 10010 11001 0 100110 100000010 10001 110110

Color Harmonies of #82769E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82769E

Black with #82769E

Text Example


Text Example

White with #82769E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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