Html Css Color HEX #7A709B Deluge

📋 copy color: '#7A709B'

red 122 ◦ green 112 ◦ blue 155

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

Shades of Deluge #7A709B

Tints of Deluge #7A709B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.79%

 BLUE value IS 155 (60.94% from 255) = 39.85%

R = 31.36%
G = 28.79%
B = 39.85%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7A709B (or 0x7A709B) is known color: Deluge. HEX triplet: 7A, 70 and 9B. RGB value is (122,112,155). Sum of RGB (Red+Green+Blue) = 122+112+155=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 155 - color contains mainly: blue. Hex color #7A709B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A709B is #858F64. Grayscale: #777777. Windows color (decimal): -8752997 or 10186874. OLE color: 10186874.

HSL color Cylindrical-coordinate representation of color #7A709B: hue angle of 253.95º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7A709B is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 122 112 155 -
CMYK 0.21 0.28 0 0.39
HSL 253.95º 0.18% 0.52% -
HSV(B) 253.95º 0.28% 0.61% -
XYZ 19.74 18.09 33.46 -
YUV 119.89 147.81 129.5 -
System Red Green Blue C M Y K H S L
Decimal 122 112 155 0.21 0.28 0 0.39 253.95 0.18 0.52
Hex 7A 70 9B 15 1C 0 27 FE 12 34
Octal 172 160 233 25 34 0 47 376 22 64
Binary 1111010 1110000 10011011 10101 11100 0 100111 11111110 10010 110100

Color Harmonies of #7A709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A709B

Black with #7A709B

Text Example


Text Example

White with #7A709B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,112,155); }

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

background-color css

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

 a { background-color: rgb(122,112,155); }

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

border-color css

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

 span { border-color: rgb(122,112,155); }

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