Html Css Color HEX #7A639B Deluge

📋 copy color: '#7A639B'

red 122 ◦ green 99 ◦ blue 155

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

Shades of Deluge #7A639B

Tints of Deluge #7A639B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.22%

R = 32.45%
G = 26.33%
B = 41.22%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7A639B (or 0x7A639B) is known color: Deluge. HEX triplet: 7A, 63 and 9B. RGB value is (122,99,155). Sum of RGB (Red+Green+Blue) = 122+99+155=376 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.45% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #7A639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A639B is #859C64. Grayscale: #707070. Windows color (decimal): -8756325 or 10183546. OLE color: 10183546.

HSL color Cylindrical-coordinate representation of color #7A639B: hue angle of 264.64º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A639B is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 122 99 155 -
CMYK 0.21 0.36 0 0.39
HSL 264.64º 0.22% 0.5% -
HSV(B) 264.64º 0.36% 0.61% -
XYZ 18.4 15.43 33.02 -
YUV 112.26 152.12 134.95 -
System Red Green Blue C M Y K H S L
Decimal 122 99 155 0.21 0.36 0 0.39 264.64 0.22 0.5
Hex 7A 63 9B 15 24 0 27 109 16 32
Octal 172 143 233 25 44 0 47 411 26 62
Binary 1111010 1100011 10011011 10101 100100 0 100111 100001001 10110 110010

Color Harmonies of #7A639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A639B

Black with #7A639B

Text Example


Text Example

White with #7A639B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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