Html Css Color HEX #7A759E Deluge

📋 copy color: '#7A759E'

red 122 ◦ green 117 ◦ blue 158

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

Shades of Deluge #7A759E

Tints of Deluge #7A759E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.47%

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

R = 30.73%
G = 29.47%
B = 39.8%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7A759E (or 0x7A759E) is known color: Deluge. HEX triplet: 7A, 75 and 9E. RGB value is (122,117,158). Sum of RGB (Red+Green+Blue) = 122+117+158=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 158 - color contains mainly: blue. Hex color #7A759E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A759E is #858A61. Grayscale: #7B7B7B. Windows color (decimal): -8751714 or 10384762. OLE color: 10384762.

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

Color convert

RGB 122 117 158 -
CMYK 0.23 0.26 0 0.38
HSL 247.32º 0.17% 0.54% -
HSV(B) 247.32º 0.26% 0.62% -
XYZ 20.56 19.33 35 -
YUV 123.17 147.66 127.17 -
System Red Green Blue C M Y K H S L
Decimal 122 117 158 0.23 0.26 0 0.38 247.32 0.17 0.54
Hex 7A 75 9E 17 1A 0 26 F7 11 36
Octal 172 165 236 27 32 0 46 367 21 66
Binary 1111010 1110101 10011110 10111 11010 0 100110 11110111 10001 110110

Color Harmonies of #7A759E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A759E

Black with #7A759E

Text Example


Text Example

White with #7A759E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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