Html Css Color HEX #827E9E Deluge

📋 copy color: '#827E9E'

red 130 ◦ green 126 ◦ blue 158

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

Shades of Deluge #827E9E

Tints of Deluge #827E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.16%

R = 31.4%
G = 30.43%
B = 38.16%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#827E9E (or 0x827E9E) is known color: Deluge. HEX triplet: 82, 7E and 9E. RGB value is (130,126,158). Sum of RGB (Red+Green+Blue) = 130+126+158=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 158 - color contains mainly: blue. Hex color #827E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827E9E is #7D8161. Grayscale: #828282. Windows color (decimal): -8225122 or 10387074. OLE color: 10387074.

HSL color Cylindrical-coordinate representation of color #827E9E: hue angle of 247.5º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #827E9E is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 126 158 -
CMYK 0.18 0.20 0 0.38
HSL 247.5º 0.14% 0.56% -
HSV(B) 247.5º 0.2% 0.62% -
XYZ 22.84 22.14 35.42 -
YUV 130.84 143.33 127.4 -
System Red Green Blue C M Y K H S L
Decimal 130 126 158 0.18 0.20 0 0.38 247.5 0.14 0.56
Hex 82 7E 9E 12 14 0 26 F8 E 38
Octal 202 176 236 22 24 0 46 370 16 70
Binary 10000010 1111110 10011110 10010 10100 0 100110 11111000 1110 111000

Color Harmonies of #827E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827E9E

Black with #827E9E

Text Example


Text Example

White with #827E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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