Html Css Color HEX #7E659D Deluge

📋 copy color: '#7E659D'

red 126 ◦ green 101 ◦ blue 157

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

Shades of Deluge #7E659D

Tints of Deluge #7E659D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.89%

R = 32.81%
G = 26.3%
B = 40.89%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7E659D (or 0x7E659D) is known color: Deluge. HEX triplet: 7E, 65 and 9D. RGB value is (126,101,157). Sum of RGB (Red+Green+Blue) = 126+101+157=384 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.81% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 157 - color contains mainly: blue. Hex color #7E659D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E659D is #819A62. Grayscale: #727272. Windows color (decimal): -8493667 or 10315134. OLE color: 10315134.

HSL color Cylindrical-coordinate representation of color #7E659D: hue angle of 266.79º degrees, saturation: 0.22, 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 #7E659D is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 126 101 157 -
CMYK 0.20 0.36 0 0.38
HSL 266.79º 0.22% 0.51% -
HSV(B) 266.79º 0.36% 0.62% -
XYZ 19.34 16.18 34 -
YUV 114.86 151.78 135.95 -
System Red Green Blue C M Y K H S L
Decimal 126 101 157 0.20 0.36 0 0.38 266.79 0.22 0.51
Hex 7E 65 9D 14 24 0 26 10B 16 33
Octal 176 145 235 24 44 0 46 413 26 63
Binary 1111110 1100101 10011101 10100 100100 0 100110 100001011 10110 110011

Color Harmonies of #7E659D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E659D

Black with #7E659D

Text Example


Text Example

White with #7E659D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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