Html Css Color HEX #7D689B Deluge

📋 copy color: '#7D689B'

red 125 ◦ green 104 ◦ blue 155

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

Shades of Deluge #7D689B

Tints of Deluge #7D689B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.08%

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

R = 32.55%
G = 27.08%
B = 40.36%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7D689B (or 0x7D689B) is known color: Deluge. HEX triplet: 7D, 68 and 9B. RGB value is (125,104,155). Sum of RGB (Red+Green+Blue) = 125+104+155=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D689B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D689B is #829764. Grayscale: #737373. Windows color (decimal): -8558437 or 10184829. OLE color: 10184829.

HSL color Cylindrical-coordinate representation of color #7D689B: hue angle of 264.71º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7D689B is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 125 104 155 -
CMYK 0.19 0.33 0 0.39
HSL 264.71º 0.2% 0.51% -
HSV(B) 264.71º 0.33% 0.61% -
XYZ 19.32 16.63 33.2 -
YUV 116.09 149.96 134.35 -
System Red Green Blue C M Y K H S L
Decimal 125 104 155 0.19 0.33 0 0.39 264.71 0.2 0.51
Hex 7D 68 9B 13 21 0 27 109 14 33
Octal 175 150 233 23 41 0 47 411 24 63
Binary 1111101 1101000 10011011 10011 100001 0 100111 100001001 10100 110011

Color Harmonies of #7D689B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D689B

Black with #7D689B

Text Example


Text Example

White with #7D689B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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