Html Css Color HEX #827E96 Deluge

📋 copy color: '#827E96'

red 130 ◦ green 126 ◦ blue 150

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

Shades of Deluge #827E96

Tints of Deluge #827E96

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.03%

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

R = 32.02%
G = 31.03%
B = 36.95%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#827E96 (or 0x827E96) is known color: Deluge. HEX triplet: 82, 7E and 96. RGB value is (130,126,150). Sum of RGB (Red+Green+Blue) = 130+126+150=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 150 - color contains mainly: blue. Hex color #827E96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827E96 is #7D8169. Grayscale: #818181. Windows color (decimal): -8225130 or 9862786. OLE color: 9862786.

HSL color Cylindrical-coordinate representation of color #827E96: hue angle of 250º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #827E96 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 126 150 -
CMYK 0.13 0.16 0 0.41
HSL 250º 0.1% 0.54% -
HSV(B) 250º 0.16% 0.59% -
XYZ 22.17 21.87 31.91 -
YUV 129.93 139.33 128.05 -
System Red Green Blue C M Y K H S L
Decimal 130 126 150 0.13 0.16 0 0.41 250 0.1 0.54
Hex 82 7E 96 D 10 0 29 FA A 36
Octal 202 176 226 15 20 0 51 372 12 66
Binary 10000010 1111110 10010110 1101 10000 0 101001 11111010 1010 110110

Color Harmonies of #827E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827E96

Black with #827E96

Text Example


Text Example

White with #827E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827E96; }

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

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

background-color css

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

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

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

border-color css

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

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

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