Html Css Color HEX #827697 Deluge

📋 copy color: '#827697'

red 130 ◦ green 118 ◦ blue 151

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

Shades of Deluge #827697

Tints of Deluge #827697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 37.84%

R = 32.58%
G = 29.57%
B = 37.84%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#827697 (or 0x827697) is known color: Deluge. HEX triplet: 82, 76 and 97. RGB value is (130,118,151). Sum of RGB (Red+Green+Blue) = 130+118+151=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 151 (59.38% from 255 or 37.84% from 399); Max value from RGB is 151 - color contains mainly: blue. Hex color #827697 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827697 is #7D8968. Grayscale: #7D7D7D. Windows color (decimal): -8227177 or 9926274. OLE color: 9926274.

HSL color Cylindrical-coordinate representation of color #827697: hue angle of 261.82º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #827697 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 118 151 -
CMYK 0.14 0.22 0 0.41
HSL 261.82º 0.14% 0.53% -
HSV(B) 261.82º 0.22% 0.59% -
XYZ 21.27 19.94 32.01 -
YUV 125.35 142.48 131.32 -
System Red Green Blue C M Y K H S L
Decimal 130 118 151 0.14 0.22 0 0.41 261.82 0.14 0.53
Hex 82 76 97 E 16 0 29 106 E 35
Octal 202 166 227 16 26 0 51 406 16 65
Binary 10000010 1110110 10010111 1110 10110 0 101001 100000110 1110 110101

Color Harmonies of #827697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827697

Black with #827697

Text Example


Text Example

White with #827697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827697; }

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

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

background-color css

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

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

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

border-color css

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

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

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