Html Css Color HEX #7A659E Deluge

📋 copy color: '#7A659E'

red 122 ◦ green 101 ◦ blue 158

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

Shades of Deluge #7A659E

Tints of Deluge #7A659E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.51%

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

R = 32.02%
G = 26.51%
B = 41.47%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7A659E (or 0x7A659E) is known color: Deluge. HEX triplet: 7A, 65 and 9E. RGB value is (122,101,158). Sum of RGB (Red+Green+Blue) = 122+101+158=381 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.02% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 158 - color contains mainly: blue. Hex color #7A659E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A659E is #859A61. Grayscale: #717171. Windows color (decimal): -8755810 or 10380666. OLE color: 10380666.

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

Color convert

RGB 122 101 158 -
CMYK 0.23 0.36 0 0.38
HSL 262.11º 0.23% 0.51% -
HSV(B) 262.11º 0.36% 0.62% -
XYZ 18.85 15.91 34.43 -
YUV 113.78 152.96 133.87 -
System Red Green Blue C M Y K H S L
Decimal 122 101 158 0.23 0.36 0 0.38 262.11 0.23 0.51
Hex 7A 65 9E 17 24 0 26 106 17 33
Octal 172 145 236 27 44 0 46 406 27 63
Binary 1111010 1100101 10011110 10111 100100 0 100110 100000110 10111 110011

Color Harmonies of #7A659E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A659E

Black with #7A659E

Text Example


Text Example

White with #7A659E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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