Html Css Color HEX #7E7793 Deluge

📋 copy color: '#7E7793'

red 126 ◦ green 119 ◦ blue 147

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

Shades of Deluge #7E7793

Tints of Deluge #7E7793

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.36%

 BLUE value IS 147 (57.81% from 255) = 37.5%

R = 32.14%
G = 30.36%
B = 37.5%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7E7793 (or 0x7E7793) is known color: Deluge. HEX triplet: 7E, 77 and 93. RGB value is (126,119,147). Sum of RGB (Red+Green+Blue) = 126+119+147=392 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.14% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 147 (57.81% from 255 or 37.5% from 392); Max value from RGB is 147 - color contains mainly: blue. Hex color #7E7793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7793 is #81886C. Grayscale: #7C7C7C. Windows color (decimal): -8489069 or 9664382. OLE color: 9664382.

HSL color Cylindrical-coordinate representation of color #7E7793: hue angle of 255º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7E7793 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 126 119 147 -
CMYK 0.14 0.19 0 0.42
HSL 255º 0.11% 0.52% -
HSV(B) 255º 0.19% 0.58% -
XYZ 20.47 19.74 30.33 -
YUV 124.29 140.82 129.22 -
System Red Green Blue C M Y K H S L
Decimal 126 119 147 0.14 0.19 0 0.42 255 0.11 0.52
Hex 7E 77 93 E 13 0 2A FF B 34
Octal 176 167 223 16 23 0 52 377 13 64
Binary 1111110 1110111 10010011 1110 10011 0 101010 11111111 1011 110100

Color Harmonies of #7E7793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7793

Black with #7E7793

Text Example


Text Example

White with #7E7793

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,119,147); }

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

background-color css

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

 a { background-color: rgb(126,119,147); }

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

border-color css

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

 span { border-color: rgb(126,119,147); }

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