Html Css Color HEX #7E6CAD Deluge

📋 copy color: '#7E6CAD'

red 126 ◦ green 108 ◦ blue 173

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

Shades of Deluge #7E6CAD

Tints of Deluge #7E6CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.51%

R = 30.96%
G = 26.54%
B = 42.51%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7E6CAD (or 0x7E6CAD) is known color: Deluge. HEX triplet: 7E, 6C and AD. RGB value is (126,108,173). Sum of RGB (Red+Green+Blue) = 126+108+173=407 (53% of max value = 765). Red value is 126 (49.61% from 255 or 30.96% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 173 - color contains mainly: blue. Hex color #7E6CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6CAD is #819352. Grayscale: #787878. Windows color (decimal): -8491859 or 11365502. OLE color: 11365502.

HSL color Cylindrical-coordinate representation of color #7E6CAD: hue angle of 256.62º degrees, saturation: 0.28, 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 #7E6CAD is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 126 108 173 -
CMYK 0.27 0.38 0 0.32
HSL 256.62º 0.28% 0.55% -
HSV(B) 256.62º 0.38% 0.68% -
XYZ 21.51 18.18 41.91 -
YUV 120.79 157.46 131.71 -
System Red Green Blue C M Y K H S L
Decimal 126 108 173 0.27 0.38 0 0.32 256.62 0.28 0.55
Hex 7E 6C AD 1B 26 0 20 101 1C 37
Octal 176 154 255 33 46 0 40 401 34 67
Binary 1111110 1101100 10101101 11011 100110 0 100000 100000001 11100 110111

Color Harmonies of #7E6CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6CAD

Black with #7E6CAD

Text Example


Text Example

White with #7E6CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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