Html Css Color HEX #7A639D Deluge

📋 copy color: '#7A639D'

red 122 ◦ green 99 ◦ blue 157

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

Shades of Deluge #7A639D

Tints of Deluge #7A639D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.19%

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

R = 32.28%
G = 26.19%
B = 41.53%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7A639D (or 0x7A639D) is known color: Deluge. HEX triplet: 7A, 63 and 9D. RGB value is (122,99,157). Sum of RGB (Red+Green+Blue) = 122+99+157=378 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.28% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A639D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A639D is #859C62. Grayscale: #707070. Windows color (decimal): -8756323 or 10314618. OLE color: 10314618.

HSL color Cylindrical-coordinate representation of color #7A639D: hue angle of 263.79º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7A639D is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 122 99 157 -
CMYK 0.22 0.37 0 0.38
HSL 263.79º 0.23% 0.5% -
HSV(B) 263.79º 0.37% 0.62% -
XYZ 18.57 15.5 33.91 -
YUV 112.49 153.12 134.78 -
System Red Green Blue C M Y K H S L
Decimal 122 99 157 0.22 0.37 0 0.38 263.79 0.23 0.5
Hex 7A 63 9D 16 25 0 26 108 17 32
Octal 172 143 235 26 45 0 46 410 27 62
Binary 1111010 1100011 10011101 10110 100101 0 100110 100001000 10111 110010

Color Harmonies of #7A639D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A639D

Black with #7A639D

Text Example


Text Example

White with #7A639D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,99,157); }

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

background-color css

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

 a { background-color: rgb(122,99,157); }

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

border-color css

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

 span { border-color: rgb(122,99,157); }

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