Html Css Color HEX #7A699D Deluge

📋 copy color: '#7A699D'

red 122 ◦ green 105 ◦ blue 157

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

Shades of Deluge #7A699D

Tints of Deluge #7A699D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.34%

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

R = 31.77%
G = 27.34%
B = 40.89%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7A699D (or 0x7A699D) is known color: Deluge. HEX triplet: 7A, 69 and 9D. RGB value is (122,105,157). Sum of RGB (Red+Green+Blue) = 122+105+157=384 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.77% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A699D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A699D is #859662. Grayscale: #737373. Windows color (decimal): -8754787 or 10316154. OLE color: 10316154.

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

Color convert

RGB 122 105 157 -
CMYK 0.22 0.33 0 0.38
HSL 259.62º 0.21% 0.51% -
HSV(B) 259.62º 0.33% 0.62% -
XYZ 19.16 16.68 34.11 -
YUV 116.01 151.13 132.27 -
System Red Green Blue C M Y K H S L
Decimal 122 105 157 0.22 0.33 0 0.38 259.62 0.21 0.51
Hex 7A 69 9D 16 21 0 26 104 15 33
Octal 172 151 235 26 41 0 46 404 25 63
Binary 1111010 1101001 10011101 10110 100001 0 100110 100000100 10101 110011

Color Harmonies of #7A699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A699D

Black with #7A699D

Text Example


Text Example

White with #7A699D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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