Html Css Color HEX #7A7691 Deluge

📋 copy color: '#7A7691'

red 122 ◦ green 118 ◦ blue 145

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

Shades of Deluge #7A7691

Tints of Deluge #7A7691

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.65%

 BLUE value IS 145 (57.03% from 255) = 37.66%

R = 31.69%
G = 30.65%
B = 37.66%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7A7691 (or 0x7A7691) is known color: Deluge. HEX triplet: 7A, 76 and 91. RGB value is (122,118,145). Sum of RGB (Red+Green+Blue) = 122+118+145=385 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.69% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 145 - color contains mainly: blue. Hex color #7A7691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7691 is #85896E. Grayscale: #7A7A7A. Windows color (decimal): -8751471 or 9533050. OLE color: 9533050.

HSL color Cylindrical-coordinate representation of color #7A7691: hue angle of 248.89º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7A7691 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 122 118 145 -
CMYK 0.16 0.19 0 0.43
HSL 248.89º 0.11% 0.52% -
HSV(B) 248.89º 0.19% 0.57% -
XYZ 19.62 19.14 29.45 -
YUV 122.27 140.83 127.8 -
System Red Green Blue C M Y K H S L
Decimal 122 118 145 0.16 0.19 0 0.43 248.89 0.11 0.52
Hex 7A 76 91 10 13 0 2B F9 B 34
Octal 172 166 221 20 23 0 53 371 13 64
Binary 1111010 1110110 10010001 10000 10011 0 101011 11111001 1011 110100

Color Harmonies of #7A7691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7691

Black with #7A7691

Text Example


Text Example

White with #7A7691

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,118,145); }

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

background-color css

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

 a { background-color: rgb(122,118,145); }

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

border-color css

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

 span { border-color: rgb(122,118,145); }

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