Html Css Color HEX #7A689B Deluge

📋 copy color: '#7A689B'

red 122 ◦ green 104 ◦ blue 155

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

Shades of Deluge #7A689B

Tints of Deluge #7A689B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.3%

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

R = 32.02%
G = 27.3%
B = 40.68%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7A689B (or 0x7A689B) is known color: Deluge. HEX triplet: 7A, 68 and 9B. RGB value is (122,104,155). Sum of RGB (Red+Green+Blue) = 122+104+155=381 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.02% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 155 - color contains mainly: blue. Hex color #7A689B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A689B is #859764. Grayscale: #737373. Windows color (decimal): -8755045 or 10184826. OLE color: 10184826.

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

Color convert

RGB 122 104 155 -
CMYK 0.21 0.33 0 0.39
HSL 261.18º 0.2% 0.51% -
HSV(B) 261.18º 0.33% 0.61% -
XYZ 18.89 16.4 33.18 -
YUV 115.2 150.46 132.85 -
System Red Green Blue C M Y K H S L
Decimal 122 104 155 0.21 0.33 0 0.39 261.18 0.2 0.51
Hex 7A 68 9B 15 21 0 27 105 14 33
Octal 172 150 233 25 41 0 47 405 24 63
Binary 1111010 1101000 10011011 10101 100001 0 100111 100000101 10100 110011

Color Harmonies of #7A689B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A689B

Black with #7A689B

Text Example


Text Example

White with #7A689B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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