Html Css Color HEX #7A6B9E Deluge

📋 copy color: '#7A6B9E'

red 122 ◦ green 107 ◦ blue 158

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

Shades of Deluge #7A6B9E

Tints of Deluge #7A6B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.83%

R = 31.52%
G = 27.65%
B = 40.83%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7A6B9E (or 0x7A6B9E) is known color: Deluge. HEX triplet: 7A, 6B and 9E. RGB value is (122,107,158). Sum of RGB (Red+Green+Blue) = 122+107+158=387 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.52% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 158 - color contains mainly: blue. Hex color #7A6B9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6B9E is #859461. Grayscale: #757575. Windows color (decimal): -8754274 or 10382202. OLE color: 10382202.

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

Color convert

RGB 122 107 158 -
CMYK 0.23 0.32 0 0.38
HSL 257.65º 0.21% 0.52% -
HSV(B) 257.65º 0.32% 0.62% -
XYZ 19.46 17.12 34.63 -
YUV 117.3 150.97 131.35 -
System Red Green Blue C M Y K H S L
Decimal 122 107 158 0.23 0.32 0 0.38 257.65 0.21 0.52
Hex 7A 6B 9E 17 20 0 26 102 15 34
Octal 172 153 236 27 40 0 46 402 25 64
Binary 1111010 1101011 10011110 10111 100000 0 100110 100000010 10101 110100

Color Harmonies of #7A6B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6B9E

Black with #7A6B9E

Text Example


Text Example

White with #7A6B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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