Html Css Color HEX #7E6AAE Deluge

📋 copy color: '#7E6AAE'

red 126 ◦ green 106 ◦ blue 174

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

Shades of Deluge #7E6AAE

Tints of Deluge #7E6AAE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.11%

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

R = 31.03%
G = 26.11%
B = 42.86%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7E6AAE (or 0x7E6AAE) is known color: Deluge. HEX triplet: 7E, 6A and AE. RGB value is (126,106,174). Sum of RGB (Red+Green+Blue) = 126+106+174=406 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.03% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E6AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6AAE is #819551. Grayscale: #777777. Windows color (decimal): -8492370 or 11430526. OLE color: 11430526.

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

Color convert

RGB 126 106 174 -
CMYK 0.28 0.39 0 0.32
HSL 257.65º 0.3% 0.55% -
HSV(B) 257.65º 0.39% 0.68% -
XYZ 21.4 17.8 42.35 -
YUV 119.73 158.63 132.47 -
System Red Green Blue C M Y K H S L
Decimal 126 106 174 0.28 0.39 0 0.32 257.65 0.3 0.55
Hex 7E 6A AE 1C 27 0 20 102 1E 37
Octal 176 152 256 34 47 0 40 402 36 67
Binary 1111110 1101010 10101110 11100 100111 0 100000 100000010 11110 110111

Color Harmonies of #7E6AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6AAE

Black with #7E6AAE

Text Example


Text Example

White with #7E6AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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