Html Css Color HEX #82779D Deluge

📋 copy color: '#82779D'

red 130 ◦ green 119 ◦ blue 157

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

Shades of Deluge #82779D

Tints of Deluge #82779D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.31%

 BLUE value IS 157 (61.72% from 255) = 38.67%

R = 32.02%
G = 29.31%
B = 38.67%

CMYK

 C value IS 0.17

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82779D (or 0x82779D) is known color: Deluge. HEX triplet: 82, 77 and 9D. RGB value is (130,119,157). Sum of RGB (Red+Green+Blue) = 130+119+157=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 157 - color contains mainly: blue. Hex color #82779D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82779D is #7D8862. Grayscale: #7E7E7E. Windows color (decimal): -8226915 or 10319746. OLE color: 10319746.

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

Color convert

RGB 130 119 157 -
CMYK 0.17 0.24 0 0.38
HSL 257.37º 0.16% 0.54% -
HSV(B) 257.37º 0.24% 0.62% -
XYZ 21.89 20.37 34.68 -
YUV 126.62 145.14 130.41 -
System Red Green Blue C M Y K H S L
Decimal 130 119 157 0.17 0.24 0 0.38 257.37 0.16 0.54
Hex 82 77 9D 11 18 0 26 101 10 36
Octal 202 167 235 21 30 0 46 401 20 66
Binary 10000010 1110111 10011101 10001 11000 0 100110 100000001 10000 110110

Color Harmonies of #82779D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82779D

Black with #82779D

Text Example


Text Example

White with #82779D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82779D; }

 p { color: rgb(130,119,157); }

 H1.HeaderClassName
 {
   color: #82779D;
 }
 .AnyTagClassName
 {
   color: #82779D;
 }
</style>

background-color css

<style>
 a { background-color: #82779D; }

 a { background-color: rgb(130,119,157); }

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

border-color css

<style>
 span { border-color: #82779D; }

 span { border-color: rgb(130,119,157); }

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