Html Css Color HEX #7E6BAE Deluge

📋 copy color: '#7E6BAE'

red 126 ◦ green 107 ◦ blue 174

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

Shades of Deluge #7E6BAE

Tints of Deluge #7E6BAE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.29%

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

R = 30.96%
G = 26.29%
B = 42.75%

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

#7E6BAE (or 0x7E6BAE) is known color: Deluge. HEX triplet: 7E, 6B and AE. RGB value is (126,107,174). Sum of RGB (Red+Green+Blue) = 126+107+174=407 (53% of max value = 765). Red value is 126 (49.61% from 255 or 30.96% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E6BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6BAE is #819451. Grayscale: #787878. Windows color (decimal): -8492114 or 11430782. OLE color: 11430782.

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

Color convert

RGB 126 107 174 -
CMYK 0.28 0.39 0 0.32
HSL 257.01º 0.29% 0.55% -
HSV(B) 257.01º 0.39% 0.68% -
XYZ 21.5 18.01 42.39 -
YUV 120.32 158.29 132.05 -
System Red Green Blue C M Y K H S L
Decimal 126 107 174 0.28 0.39 0 0.32 257.01 0.29 0.55
Hex 7E 6B AE 1C 27 0 20 101 1D 37
Octal 176 153 256 34 47 0 40 401 35 67
Binary 1111110 1101011 10101110 11100 100111 0 100000 100000001 11101 110111

Color Harmonies of #7E6BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6BAE

Black with #7E6BAE

Text Example


Text Example

White with #7E6BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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