Html Css Color HEX #82769A Deluge

📋 copy color: '#82769A'

red 130 ◦ green 118 ◦ blue 154

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

Shades of Deluge #82769A

Tints of Deluge #82769A

RGB

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

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

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

R = 32.34%
G = 29.35%
B = 38.31%

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

#82769A (or 0x82769A) is known color: Deluge. HEX triplet: 82, 76 and 9A. RGB value is (130,118,154). Sum of RGB (Red+Green+Blue) = 130+118+154=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 154 - color contains mainly: blue. Hex color #82769A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82769A is #7D8965. Grayscale: #7D7D7D. Windows color (decimal): -8227174 or 10122882. OLE color: 10122882.

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

Color convert

RGB 130 118 154 -
CMYK 0.16 0.23 0 0.40
HSL 260º 0.15% 0.53% -
HSV(B) 260º 0.23% 0.6% -
XYZ 21.52 20.04 33.31 -
YUV 125.69 143.98 131.07 -
System Red Green Blue C M Y K H S L
Decimal 130 118 154 0.16 0.23 0 0.40 260 0.15 0.53
Hex 82 76 9A 10 17 0 28 104 F 35
Octal 202 166 232 20 27 0 50 404 17 65
Binary 10000010 1110110 10011010 10000 10111 0 101000 100000100 1111 110101

Color Harmonies of #82769A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82769A

Black with #82769A

Text Example


Text Example

White with #82769A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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