Html Css Color HEX #7A699F Deluge

📋 copy color: '#7A699F'

red 122 ◦ green 105 ◦ blue 159

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

Shades of Deluge #7A699F

Tints of Deluge #7A699F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.19%

R = 31.61%
G = 27.2%
B = 41.19%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7A699F (or 0x7A699F) is known color: Deluge. HEX triplet: 7A, 69 and 9F. RGB value is (122,105,159). Sum of RGB (Red+Green+Blue) = 122+105+159=386 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.61% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 159 - color contains mainly: blue. Hex color #7A699F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A699F is #859660. Grayscale: #747474. Windows color (decimal): -8754785 or 10447226. OLE color: 10447226.

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

Color convert

RGB 122 105 159 -
CMYK 0.23 0.34 0 0.38
HSL 258.89º 0.22% 0.52% -
HSV(B) 258.89º 0.34% 0.62% -
XYZ 19.34 16.74 35.01 -
YUV 116.24 152.13 132.11 -
System Red Green Blue C M Y K H S L
Decimal 122 105 159 0.23 0.34 0 0.38 258.89 0.22 0.52
Hex 7A 69 9F 17 22 0 26 103 16 34
Octal 172 151 237 27 42 0 46 403 26 64
Binary 1111010 1101001 10011111 10111 100010 0 100110 100000011 10110 110100

Color Harmonies of #7A699F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A699F

Black with #7A699F

Text Example


Text Example

White with #7A699F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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