Html Css Color HEX #7D709B Deluge

📋 copy color: '#7D709B'

red 125 ◦ green 112 ◦ blue 155

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

Shades of Deluge #7D709B

Tints of Deluge #7D709B

RGB

 RED value IS 125 (49.22% from 255) = 31.89%

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

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

R = 31.89%
G = 28.57%
B = 39.54%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7D709B (or 0x7D709B) is known color: Deluge. HEX triplet: 7D, 70 and 9B. RGB value is (125,112,155). Sum of RGB (Red+Green+Blue) = 125+112+155=392 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.89% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D709B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D709B is #828F64. Grayscale: #787878. Windows color (decimal): -8556389 or 10186877. OLE color: 10186877.

HSL color Cylindrical-coordinate representation of color #7D709B: hue angle of 258.14º 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 #7D709B is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 125 112 155 -
CMYK 0.19 0.28 0 0.39
HSL 258.14º 0.18% 0.52% -
HSV(B) 258.14º 0.28% 0.61% -
XYZ 20.17 18.31 33.48 -
YUV 120.79 147.31 131 -
System Red Green Blue C M Y K H S L
Decimal 125 112 155 0.19 0.28 0 0.39 258.14 0.18 0.52
Hex 7D 70 9B 13 1C 0 27 102 12 34
Octal 175 160 233 23 34 0 47 402 22 64
Binary 1111101 1110000 10011011 10011 11100 0 100111 100000010 10010 110100

Color Harmonies of #7D709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D709B

Black with #7D709B

Text Example


Text Example

White with #7D709B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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