Html Css Color HEX #7D679D Deluge

📋 copy color: '#7D679D'

red 125 ◦ green 103 ◦ blue 157

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

Shades of Deluge #7D679D

Tints of Deluge #7D679D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.75%

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

R = 32.47%
G = 26.75%
B = 40.78%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7D679D (or 0x7D679D) is known color: Deluge. HEX triplet: 7D, 67 and 9D. RGB value is (125,103,157). Sum of RGB (Red+Green+Blue) = 125+103+157=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 103 (40.62% from 255 or 26.75% 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 #7D679D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D679D is #829862. Grayscale: #737373. Windows color (decimal): -8558691 or 10315645. OLE color: 10315645.

HSL color Cylindrical-coordinate representation of color #7D679D: hue angle of 264.44º degrees, saturation: 0.22, 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 #7D679D is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 125 103 157 -
CMYK 0.20 0.34 0 0.38
HSL 264.44º 0.22% 0.51% -
HSV(B) 264.44º 0.34% 0.62% -
XYZ 19.39 16.49 34.06 -
YUV 115.73 151.29 134.61 -
System Red Green Blue C M Y K H S L
Decimal 125 103 157 0.20 0.34 0 0.38 264.44 0.22 0.51
Hex 7D 67 9D 14 22 0 26 108 16 33
Octal 175 147 235 24 42 0 46 410 26 63
Binary 1111101 1100111 10011101 10100 100010 0 100110 100001000 10110 110011

Color Harmonies of #7D679D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D679D

Black with #7D679D

Text Example


Text Example

White with #7D679D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,103,157); }

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

background-color css

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

 a { background-color: rgb(125,103,157); }

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

border-color css

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

 span { border-color: rgb(125,103,157); }

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