Html Css Color HEX #7E6499 Deluge

📋 copy color: '#7E6499'

red 126 ◦ green 100 ◦ blue 153

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

Shades of Deluge #7E6499

Tints of Deluge #7E6499

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.39%

 BLUE value IS 153 (60.16% from 255) = 40.37%

R = 33.25%
G = 26.39%
B = 40.37%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7E6499 (or 0x7E6499) is known color: Deluge. HEX triplet: 7E, 64 and 99. RGB value is (126,100,153). Sum of RGB (Red+Green+Blue) = 126+100+153=379 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.25% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 153 - color contains mainly: blue. Hex color #7E6499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6499 is #819B66. Grayscale: #717171. Windows color (decimal): -8493927 or 10052734. OLE color: 10052734.

HSL color Cylindrical-coordinate representation of color #7E6499: hue angle of 269.43º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7E6499 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 126 100 153 -
CMYK 0.18 0.35 0 0.4
HSL 269.43º 0.21% 0.5% -
HSV(B) 269.43º 0.35% 0.6% -
XYZ 18.91 15.85 32.2 -
YUV 113.82 150.11 136.69 -
System Red Green Blue C M Y K H S L
Decimal 126 100 153 0.18 0.35 0 0.4 269.43 0.21 0.5
Hex 7E 64 99 12 23 0 28 10D 15 32
Octal 176 144 231 22 43 0 50 415 25 62
Binary 1111110 1100100 10011001 10010 100011 0 101000 100001101 10101 110010

Color Harmonies of #7E6499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6499

Black with #7E6499

Text Example


Text Example

White with #7E6499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,100,153); }

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

background-color css

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

 a { background-color: rgb(126,100,153); }

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

border-color css

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

 span { border-color: rgb(126,100,153); }

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