Html Css Color HEX #7E699D Deluge

📋 copy color: '#7E699D'

red 126 ◦ green 105 ◦ blue 157

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

Shades of Deluge #7E699D

Tints of Deluge #7E699D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.06%

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

R = 32.47%
G = 27.06%
B = 40.46%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7E699D (or 0x7E699D) is known color: Deluge. HEX triplet: 7E, 69 and 9D. RGB value is (126,105,157). Sum of RGB (Red+Green+Blue) = 126+105+157=388 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.47% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 157 - color contains mainly: blue. Hex color #7E699D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E699D is #819662. Grayscale: #757575. Windows color (decimal): -8492643 or 10316158. OLE color: 10316158.

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

Color convert

RGB 126 105 157 -
CMYK 0.20 0.33 0 0.38
HSL 264.23º 0.21% 0.51% -
HSV(B) 264.23º 0.33% 0.62% -
XYZ 19.74 16.97 34.13 -
YUV 117.21 150.46 134.27 -
System Red Green Blue C M Y K H S L
Decimal 126 105 157 0.20 0.33 0 0.38 264.23 0.21 0.51
Hex 7E 69 9D 14 21 0 26 108 15 33
Octal 176 151 235 24 41 0 46 410 25 63
Binary 1111110 1101001 10011101 10100 100001 0 100110 100001000 10101 110011

Color Harmonies of #7E699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E699D

Black with #7E699D

Text Example


Text Example

White with #7E699D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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