Html Css Color HEX #7A6DA9 Deluge

📋 copy color: '#7A6DA9'

red 122 ◦ green 109 ◦ blue 169

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

Shades of Deluge #7A6DA9

Tints of Deluge #7A6DA9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.25%

 BLUE value IS 169 (66.41% from 255) = 42.25%

R = 30.5%
G = 27.25%
B = 42.25%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#7A6DA9 (or 0x7A6DA9) is known color: Deluge. HEX triplet: 7A, 6D and A9. RGB value is (122,109,169). Sum of RGB (Red+Green+Blue) = 122+109+169=400 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.5% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 169 (66.41% from 255 or 42.25% from 400); Max value from RGB is 169 - color contains mainly: blue. Hex color #7A6DA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6DA9 is #859256. Grayscale: #777777. Windows color (decimal): -8753751 or 11103610. OLE color: 11103610.

HSL color Cylindrical-coordinate representation of color #7A6DA9: hue angle of 253º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A6DA9 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 122 109 169 -
CMYK 0.28 0.36 0 0.34
HSL 253º 0.26% 0.55% -
HSV(B) 253º 0.36% 0.66% -
XYZ 20.66 17.94 39.91 -
YUV 119.73 155.81 129.62 -
System Red Green Blue C M Y K H S L
Decimal 122 109 169 0.28 0.36 0 0.34 253 0.26 0.55
Hex 7A 6D A9 1C 24 0 22 FD 1A 37
Octal 172 155 251 34 44 0 42 375 32 67
Binary 1111010 1101101 10101001 11100 100100 0 100010 11111101 11010 110111

Color Harmonies of #7A6DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6DA9

Black with #7A6DA9

Text Example


Text Example

White with #7A6DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,109,169); }

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

background-color css

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

 a { background-color: rgb(122,109,169); }

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

border-color css

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

 span { border-color: rgb(122,109,169); }

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