Html Css Color HEX #7E639B Deluge

📋 copy color: '#7E639B'

red 126 ◦ green 99 ◦ blue 155

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

Shades of Deluge #7E639B

Tints of Deluge #7E639B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.05%

 BLUE value IS 155 (60.94% from 255) = 40.79%

R = 33.16%
G = 26.05%
B = 40.79%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7E639B (or 0x7E639B) is known color: Deluge. HEX triplet: 7E, 63 and 9B. RGB value is (126,99,155). Sum of RGB (Red+Green+Blue) = 126+99+155=380 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.16% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 155 - color contains mainly: blue. Hex color #7E639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E639B is #819C64. Grayscale: #717171. Windows color (decimal): -8494181 or 10183550. OLE color: 10183550.

HSL color Cylindrical-coordinate representation of color #7E639B: hue angle of 268.93º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7E639B is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 126 99 155 -
CMYK 0.19 0.36 0 0.39
HSL 268.93º 0.22% 0.5% -
HSV(B) 268.93º 0.36% 0.61% -
XYZ 18.98 15.73 33.05 -
YUV 113.46 151.45 136.95 -
System Red Green Blue C M Y K H S L
Decimal 126 99 155 0.19 0.36 0 0.39 268.93 0.22 0.5
Hex 7E 63 9B 13 24 0 27 10D 16 32
Octal 176 143 233 23 44 0 47 415 26 62
Binary 1111110 1100011 10011011 10011 100100 0 100111 100001101 10110 110010

Color Harmonies of #7E639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E639B

Black with #7E639B

Text Example


Text Example

White with #7E639B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,99,155); }

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

background-color css

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

 a { background-color: rgb(126,99,155); }

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

border-color css

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

 span { border-color: rgb(126,99,155); }

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