Html Css Color HEX #7A7395 Deluge

📋 copy color: '#7A7395'

red 122 ◦ green 115 ◦ blue 149

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

Shades of Deluge #7A7395

Tints of Deluge #7A7395

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.79%

 BLUE value IS 149 (58.59% from 255) = 38.6%

R = 31.61%
G = 29.79%
B = 38.6%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7A7395 (or 0x7A7395) is known color: Deluge. HEX triplet: 7A, 73 and 95. RGB value is (122,115,149). Sum of RGB (Red+Green+Blue) = 122+115+149=386 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.61% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 149 - color contains mainly: blue. Hex color #7A7395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7395 is #858C6A. Grayscale: #787878. Windows color (decimal): -8752235 or 9794426. OLE color: 9794426.

HSL color Cylindrical-coordinate representation of color #7A7395: hue angle of 252.35º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A7395 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 122 115 149 -
CMYK 0.18 0.23 0 0.42
HSL 252.35º 0.14% 0.52% -
HSV(B) 252.35º 0.23% 0.58% -
XYZ 19.58 18.57 30.99 -
YUV 120.97 143.82 128.74 -
System Red Green Blue C M Y K H S L
Decimal 122 115 149 0.18 0.23 0 0.42 252.35 0.14 0.52
Hex 7A 73 95 12 17 0 2A FC E 34
Octal 172 163 225 22 27 0 52 374 16 64
Binary 1111010 1110011 10010101 10010 10111 0 101010 11111100 1110 110100

Color Harmonies of #7A7395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7395

Black with #7A7395

Text Example


Text Example

White with #7A7395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,115,149); }

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

background-color css

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

 a { background-color: rgb(122,115,149); }

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

border-color css

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

 span { border-color: rgb(122,115,149); }

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