Html Css Color HEX #82779A Deluge

📋 copy color: '#82779A'

red 130 ◦ green 119 ◦ blue 154

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

Shades of Deluge #82779A

Tints of Deluge #82779A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.21%

R = 32.26%
G = 29.53%
B = 38.21%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#82779A (or 0x82779A) is known color: Deluge. HEX triplet: 82, 77 and 9A. RGB value is (130,119,154). Sum of RGB (Red+Green+Blue) = 130+119+154=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 154 - color contains mainly: blue. Hex color #82779A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82779A is #7D8865. Grayscale: #7E7E7E. Windows color (decimal): -8226918 or 10123138. OLE color: 10123138.

HSL color Cylindrical-coordinate representation of color #82779A: hue angle of 258.86º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #82779A is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 119 154 -
CMYK 0.16 0.23 0 0.40
HSL 258.86º 0.15% 0.54% -
HSV(B) 258.86º 0.23% 0.6% -
XYZ 21.64 20.27 33.34 -
YUV 126.28 143.64 130.65 -
System Red Green Blue C M Y K H S L
Decimal 130 119 154 0.16 0.23 0 0.40 258.86 0.15 0.54
Hex 82 77 9A 10 17 0 28 103 F 36
Octal 202 167 232 20 27 0 50 403 17 66
Binary 10000010 1110111 10011010 10000 10111 0 101000 100000011 1111 110110

Color Harmonies of #82779A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82779A

Black with #82779A

Text Example


Text Example

White with #82779A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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