Html Css Color HEX #7A7793 Deluge

📋 copy color: '#7A7793'

red 122 ◦ green 119 ◦ blue 147

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

Shades of Deluge #7A7793

Tints of Deluge #7A7793

RGB

 RED value IS 122 (48.05% from 255) = 31.44%

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

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

R = 31.44%
G = 30.67%
B = 37.89%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7A7793 (or 0x7A7793) is known color: Deluge. HEX triplet: 7A, 77 and 93. RGB value is (122,119,147). Sum of RGB (Red+Green+Blue) = 122+119+147=388 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.44% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 147 - color contains mainly: blue. Hex color #7A7793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7793 is #85886C. Grayscale: #7A7A7A. Windows color (decimal): -8751213 or 9664378. OLE color: 9664378.

HSL color Cylindrical-coordinate representation of color #7A7793: hue angle of 246.43º 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 #7A7793 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 122 119 147 -
CMYK 0.17 0.19 0 0.42
HSL 246.43º 0.11% 0.52% -
HSV(B) 246.43º 0.19% 0.58% -
XYZ 19.89 19.44 30.31 -
YUV 123.09 141.49 127.22 -
System Red Green Blue C M Y K H S L
Decimal 122 119 147 0.17 0.19 0 0.42 246.43 0.11 0.52
Hex 7A 77 93 11 13 0 2A F6 B 34
Octal 172 167 223 21 23 0 52 366 13 64
Binary 1111010 1110111 10010011 10001 10011 0 101010 11110110 1011 110100

Color Harmonies of #7A7793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7793

Black with #7A7793

Text Example


Text Example

White with #7A7793

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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