Html Css Color HEX #7E679F Deluge

📋 copy color: '#7E679F'

red 126 ◦ green 103 ◦ blue 159

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

Shades of Deluge #7E679F

Tints of Deluge #7E679F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.55%

 BLUE value IS 159 (62.5% from 255) = 40.98%

R = 32.47%
G = 26.55%
B = 40.98%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7E679F (or 0x7E679F) is known color: Deluge. HEX triplet: 7E, 67 and 9F. RGB value is (126,103,159). Sum of RGB (Red+Green+Blue) = 126+103+159=388 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.47% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 159 - color contains mainly: blue. Hex color #7E679F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E679F is #819860. Grayscale: #747474. Windows color (decimal): -8493153 or 10446718. OLE color: 10446718.

HSL color Cylindrical-coordinate representation of color #7E679F: hue angle of 264.64º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7E679F is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 126 103 159 -
CMYK 0.21 0.35 0 0.38
HSL 264.64º 0.23% 0.51% -
HSV(B) 264.64º 0.35% 0.62% -
XYZ 19.71 16.64 34.97 -
YUV 116.26 152.12 134.95 -
System Red Green Blue C M Y K H S L
Decimal 126 103 159 0.21 0.35 0 0.38 264.64 0.23 0.51
Hex 7E 67 9F 15 23 0 26 109 17 33
Octal 176 147 237 25 43 0 46 411 27 63
Binary 1111110 1100111 10011111 10101 100011 0 100110 100001001 10111 110011

Color Harmonies of #7E679F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E679F

Black with #7E679F

Text Example


Text Example

White with #7E679F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,103,159); }

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

background-color css

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

 a { background-color: rgb(126,103,159); }

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

border-color css

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

 span { border-color: rgb(126,103,159); }

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