Html Css Color HEX #827E92 Deluge

📋 copy color: '#827E92'

red 130 ◦ green 126 ◦ blue 146

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

Shades of Deluge #827E92

Tints of Deluge #827E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.32%

R = 32.34%
G = 31.34%
B = 36.32%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#827E92 (or 0x827E92) is known color: Deluge. HEX triplet: 82, 7E and 92. RGB value is (130,126,146). Sum of RGB (Red+Green+Blue) = 130+126+146=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 146 - color contains mainly: blue. Hex color #827E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827E92 is #7D816D. Grayscale: #818181. Windows color (decimal): -8225134 or 9600642. OLE color: 9600642.

HSL color Cylindrical-coordinate representation of color #827E92: hue angle of 252º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #827E92 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 126 146 -
CMYK 0.11 0.14 0 0.43
HSL 252º 0.08% 0.53% -
HSV(B) 252º 0.14% 0.57% -
XYZ 21.86 21.74 30.24 -
YUV 129.48 137.33 128.37 -
System Red Green Blue C M Y K H S L
Decimal 130 126 146 0.11 0.14 0 0.43 252 0.08 0.53
Hex 82 7E 92 B E 0 2B FC 8 35
Octal 202 176 222 13 16 0 53 374 10 65
Binary 10000010 1111110 10010010 1011 1110 0 101011 11111100 1000 110101

Color Harmonies of #827E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827E92

Black with #827E92

Text Example


Text Example

White with #827E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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