Html Css Color HEX #82769B Deluge

📋 copy color: '#82769B'

red 130 ◦ green 118 ◦ blue 155

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

Shades of Deluge #82769B

Tints of Deluge #82769B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.46%

R = 32.26%
G = 29.28%
B = 38.46%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#82769B (or 0x82769B) is known color: Deluge. HEX triplet: 82, 76 and 9B. RGB value is (130,118,155). Sum of RGB (Red+Green+Blue) = 130+118+155=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 155 - color contains mainly: blue. Hex color #82769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82769B is #7D8964. Grayscale: #7D7D7D. Windows color (decimal): -8227173 or 10188418. OLE color: 10188418.

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

Color convert

RGB 130 118 155 -
CMYK 0.16 0.24 0 0.39
HSL 259.46º 0.16% 0.54% -
HSV(B) 259.46º 0.24% 0.61% -
XYZ 21.6 20.07 33.75 -
YUV 125.81 144.48 130.99 -
System Red Green Blue C M Y K H S L
Decimal 130 118 155 0.16 0.24 0 0.39 259.46 0.16 0.54
Hex 82 76 9B 10 18 0 27 103 10 36
Octal 202 166 233 20 30 0 47 403 20 66
Binary 10000010 1110110 10011011 10000 11000 0 100111 100000011 10000 110110

Color Harmonies of #82769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82769B

Black with #82769B

Text Example


Text Example

White with #82769B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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