Html Css Color HEX #7A6B92 Deluge

📋 copy color: '#7A6B92'

red 122 ◦ green 107 ◦ blue 146

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

Shades of Deluge #7A6B92

Tints of Deluge #7A6B92

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.53%

 BLUE value IS 146 (57.42% from 255) = 38.93%

R = 32.53%
G = 28.53%
B = 38.93%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7A6B92 (or 0x7A6B92) is known color: Deluge. HEX triplet: 7A, 6B and 92. RGB value is (122,107,146). Sum of RGB (Red+Green+Blue) = 122+107+146=375 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.53% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 146 - color contains mainly: blue. Hex color #7A6B92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6B92 is #85946D. Grayscale: #737373. Windows color (decimal): -8754286 or 9595770. OLE color: 9595770.

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

Color convert

RGB 122 107 146 -
CMYK 0.16 0.27 0 0.43
HSL 263.08º 0.15% 0.5% -
HSV(B) 263.08º 0.27% 0.57% -
XYZ 18.47 16.73 29.45 -
YUV 115.93 144.97 132.33 -
System Red Green Blue C M Y K H S L
Decimal 122 107 146 0.16 0.27 0 0.43 263.08 0.15 0.5
Hex 7A 6B 92 10 1B 0 2B 107 F 32
Octal 172 153 222 20 33 0 53 407 17 62
Binary 1111010 1101011 10010010 10000 11011 0 101011 100000111 1111 110010

Color Harmonies of #7A6B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6B92

Black with #7A6B92

Text Example


Text Example

White with #7A6B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,107,146); }

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

background-color css

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

 a { background-color: rgb(122,107,146); }

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

border-color css

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

 span { border-color: rgb(122,107,146); }

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