Html Css Color HEX #7E659F Deluge

📋 copy color: '#7E659F'

red 126 ◦ green 101 ◦ blue 159

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

Shades of Deluge #7E659F

Tints of Deluge #7E659F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.17%

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

R = 32.64%
G = 26.17%
B = 41.19%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7E659F (or 0x7E659F) is known color: Deluge. HEX triplet: 7E, 65 and 9F. RGB value is (126,101,159). Sum of RGB (Red+Green+Blue) = 126+101+159=386 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.64% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 159 - color contains mainly: blue. Hex color #7E659F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E659F is #819A60. Grayscale: #727272. Windows color (decimal): -8493665 or 10446206. OLE color: 10446206.

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

Color convert

RGB 126 101 159 -
CMYK 0.21 0.36 0 0.38
HSL 265.86º 0.23% 0.51% -
HSV(B) 265.86º 0.36% 0.62% -
XYZ 19.52 16.25 34.91 -
YUV 115.09 152.78 135.78 -
System Red Green Blue C M Y K H S L
Decimal 126 101 159 0.21 0.36 0 0.38 265.86 0.23 0.51
Hex 7E 65 9F 15 24 0 26 10A 17 33
Octal 176 145 237 25 44 0 46 412 27 63
Binary 1111110 1100101 10011111 10101 100100 0 100110 100001010 10111 110011

Color Harmonies of #7E659F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E659F

Black with #7E659F

Text Example


Text Example

White with #7E659F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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