Html Css Color HEX #7D679F Deluge

📋 copy color: '#7D679F'

red 125 ◦ green 103 ◦ blue 159

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

Shades of Deluge #7D679F

Tints of Deluge #7D679F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.09%

R = 32.3%
G = 26.61%
B = 41.09%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7D679F (or 0x7D679F) is known color: Deluge. HEX triplet: 7D, 67 and 9F. RGB value is (125,103,159). Sum of RGB (Red+Green+Blue) = 125+103+159=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 159 - color contains mainly: blue. Hex color #7D679F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D679F is #829860. Grayscale: #737373. Windows color (decimal): -8558689 or 10446717. OLE color: 10446717.

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

Color convert

RGB 125 103 159 -
CMYK 0.21 0.35 0 0.38
HSL 263.57º 0.23% 0.51% -
HSV(B) 263.57º 0.35% 0.62% -
XYZ 19.57 16.56 34.97 -
YUV 115.96 152.29 134.45 -
System Red Green Blue C M Y K H S L
Decimal 125 103 159 0.21 0.35 0 0.38 263.57 0.23 0.51
Hex 7D 67 9F 15 23 0 26 108 17 33
Octal 175 147 237 25 43 0 46 410 27 63
Binary 1111101 1100111 10011111 10101 100011 0 100110 100001000 10111 110011

Color Harmonies of #7D679F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D679F

Black with #7D679F

Text Example


Text Example

White with #7D679F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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