Html Css Color HEX #7C689D Deluge

📋 copy color: '#7C689D'

red 124 ◦ green 104 ◦ blue 157

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

Shades of Deluge #7C689D

Tints of Deluge #7C689D

RGB

 RED value IS 124 (48.83% from 255) = 32.21%

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

 BLUE value IS 157 (61.72% from 255) = 40.78%

R = 32.21%
G = 27.01%
B = 40.78%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C689D (or 0x7C689D) is known color: Deluge. HEX triplet: 7C, 68 and 9D. RGB value is (124,104,157). Sum of RGB (Red+Green+Blue) = 124+104+157=385 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.21% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C689D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C689D is #839762. Grayscale: #737373. Windows color (decimal): -8623971 or 10315900. OLE color: 10315900.

HSL color Cylindrical-coordinate representation of color #7C689D: hue angle of 262.64º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7C689D is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 124 104 157 -
CMYK 0.21 0.34 0 0.38
HSL 262.64º 0.21% 0.51% -
HSV(B) 262.64º 0.34% 0.62% -
XYZ 19.35 16.62 34.09 -
YUV 116.02 151.13 133.69 -
System Red Green Blue C M Y K H S L
Decimal 124 104 157 0.21 0.34 0 0.38 262.64 0.21 0.51
Hex 7C 68 9D 15 22 0 26 107 15 33
Octal 174 150 235 25 42 0 46 407 25 63
Binary 1111100 1101000 10011101 10101 100010 0 100110 100000111 10101 110011

Color Harmonies of #7C689D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C689D

Black with #7C689D

Text Example


Text Example

White with #7C689D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,104,157); }

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

background-color css

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

 a { background-color: rgb(124,104,157); }

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

border-color css

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

 span { border-color: rgb(124,104,157); }

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