Html Css Color HEX #7D609C Deluge

📋 copy color: '#7D609C'

red 125 ◦ green 96 ◦ blue 156

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

Shades of Deluge #7D609C

Tints of Deluge #7D609C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.46%

 BLUE value IS 156 (61.33% from 255) = 41.38%

R = 33.16%
G = 25.46%
B = 41.38%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7D609C (or 0x7D609C) is known color: Deluge. HEX triplet: 7D, 60 and 9C. RGB value is (125,96,156). Sum of RGB (Red+Green+Blue) = 125+96+156=377 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.16% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 156 - color contains mainly: blue. Hex color #7D609C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D609C is #829F63. Grayscale: #6F6F6F. Windows color (decimal): -8560484 or 10248317. OLE color: 10248317.

HSL color Cylindrical-coordinate representation of color #7D609C: hue angle of 269º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7D609C is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 125 96 156 -
CMYK 0.20 0.38 0 0.39
HSL 269º 0.24% 0.49% -
HSV(B) 269º 0.38% 0.61% -
XYZ 18.64 15.13 33.39 -
YUV 111.51 153.11 137.62 -
System Red Green Blue C M Y K H S L
Decimal 125 96 156 0.20 0.38 0 0.39 269 0.24 0.49
Hex 7D 60 9C 14 26 0 27 10D 18 31
Octal 175 140 234 24 46 0 47 415 30 61
Binary 1111101 1100000 10011100 10100 100110 0 100111 100001101 11000 110001

Color Harmonies of #7D609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D609C

Black with #7D609C

Text Example


Text Example

White with #7D609C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,96,156); }

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

background-color css

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

 a { background-color: rgb(125,96,156); }

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

border-color css

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

 span { border-color: rgb(125,96,156); }

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