Html Css Color HEX #7E6CAE Deluge

📋 copy color: '#7E6CAE'

red 126 ◦ green 108 ◦ blue 174

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

Shades of Deluge #7E6CAE

Tints of Deluge #7E6CAE

RGB

 RED value IS 126 (49.61% from 255) = 30.88%

 GREEN value IS 108 (42.58% from 255) = 26.47%

 BLUE value IS 174 (68.36% from 255) = 42.65%

R = 30.88%
G = 26.47%
B = 42.65%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7E6CAE (or 0x7E6CAE) is known color: Deluge. HEX triplet: 7E, 6C and AE. RGB value is (126,108,174). Sum of RGB (Red+Green+Blue) = 126+108+174=408 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.88% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E6CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6CAE is #819351. Grayscale: #787878. Windows color (decimal): -8491858 or 11431038. OLE color: 11431038.

HSL color Cylindrical-coordinate representation of color #7E6CAE: hue angle of 256.36º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E6CAE is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 126 108 174 -
CMYK 0.28 0.38 0 0.32
HSL 256.36º 0.29% 0.55% -
HSV(B) 256.36º 0.38% 0.68% -
XYZ 21.61 18.22 42.42 -
YUV 120.91 157.96 131.63 -
System Red Green Blue C M Y K H S L
Decimal 126 108 174 0.28 0.38 0 0.32 256.36 0.29 0.55
Hex 7E 6C AE 1C 26 0 20 100 1D 37
Octal 176 154 256 34 46 0 40 400 35 67
Binary 1111110 1101100 10101110 11100 100110 0 100000 100000000 11101 110111

Color Harmonies of #7E6CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6CAE

Black with #7E6CAE

Text Example


Text Example

White with #7E6CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E6CAE; }

 p { color: rgb(126,108,174); }

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

background-color css

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

 a { background-color: rgb(126,108,174); }

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

border-color css

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

 span { border-color: rgb(126,108,174); }

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