Html Css Color HEX #7E69AA Deluge

📋 copy color: '#7E69AA'

red 126 ◦ green 105 ◦ blue 170

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

Shades of Deluge #7E69AA

Tints of Deluge #7E69AA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.18%

 BLUE value IS 170 (66.8% from 255) = 42.39%

R = 31.42%
G = 26.18%
B = 42.39%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7E69AA (or 0x7E69AA) is known color: Deluge. HEX triplet: 7E, 69 and AA. RGB value is (126,105,170). Sum of RGB (Red+Green+Blue) = 126+105+170=401 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.42% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #7E69AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E69AA is #819655. Grayscale: #767676. Windows color (decimal): -8492630 or 11168126. OLE color: 11168126.

HSL color Cylindrical-coordinate representation of color #7E69AA: hue angle of 259.38º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E69AA is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 126 105 170 -
CMYK 0.26 0.38 0 0.33
HSL 259.38º 0.28% 0.54% -
HSV(B) 259.38º 0.38% 0.67% -
XYZ 20.91 17.44 40.29 -
YUV 118.69 156.96 133.21 -
System Red Green Blue C M Y K H S L
Decimal 126 105 170 0.26 0.38 0 0.33 259.38 0.28 0.54
Hex 7E 69 AA 1A 26 0 21 103 1C 36
Octal 176 151 252 32 46 0 41 403 34 66
Binary 1111110 1101001 10101010 11010 100110 0 100001 100000011 11100 110110

Color Harmonies of #7E69AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E69AA

Black with #7E69AA

Text Example


Text Example

White with #7E69AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,105,170); }

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

background-color css

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

 a { background-color: rgb(126,105,170); }

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

border-color css

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

 span { border-color: rgb(126,105,170); }

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