Html Css Color HEX #827996 Deluge

📋 copy color: '#827996'

red 130 ◦ green 121 ◦ blue 150

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

Shades of Deluge #827996

Tints of Deluge #827996

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.17%

 BLUE value IS 150 (58.98% from 255) = 37.41%

R = 32.42%
G = 30.17%
B = 37.41%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#827996 (or 0x827996) is known color: Deluge. HEX triplet: 82, 79 and 96. RGB value is (130,121,150). Sum of RGB (Red+Green+Blue) = 130+121+150=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 150 - color contains mainly: blue. Hex color #827996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827996 is #7D8669. Grayscale: #7E7E7E. Windows color (decimal): -8226410 or 9861506. OLE color: 9861506.

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

Color convert

RGB 130 121 150 -
CMYK 0.13 0.19 0 0.41
HSL 258.62º 0.12% 0.53% -
HSV(B) 258.62º 0.19% 0.59% -
XYZ 21.55 20.62 31.7 -
YUV 127 140.98 130.14 -
System Red Green Blue C M Y K H S L
Decimal 130 121 150 0.13 0.19 0 0.41 258.62 0.12 0.53
Hex 82 79 96 D 13 0 29 103 C 35
Octal 202 171 226 15 23 0 51 403 14 65
Binary 10000010 1111001 10010110 1101 10011 0 101001 100000011 1100 110101

Color Harmonies of #827996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827996

Black with #827996

Text Example


Text Example

White with #827996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827996; }

 p { color: rgb(130,121,150); }

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

background-color css

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

 a { background-color: rgb(130,121,150); }

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

border-color css

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

 span { border-color: rgb(130,121,150); }

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