Html Css Color HEX #7D659C Deluge

📋 copy color: '#7D659C'

red 125 ◦ green 101 ◦ blue 156

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

Shades of Deluge #7D659C

Tints of Deluge #7D659C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.44%

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

R = 32.72%
G = 26.44%
B = 40.84%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7D659C (or 0x7D659C) is known color: Deluge. HEX triplet: 7D, 65 and 9C. RGB value is (125,101,156). Sum of RGB (Red+Green+Blue) = 125+101+156=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 156 - color contains mainly: blue. Hex color #7D659C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D659C is #829A63. Grayscale: #727272. Windows color (decimal): -8559204 or 10249597. OLE color: 10249597.

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

Color convert

RGB 125 101 156 -
CMYK 0.20 0.35 0 0.39
HSL 266.18º 0.22% 0.5% -
HSV(B) 266.18º 0.35% 0.61% -
XYZ 19.11 16.07 33.55 -
YUV 114.45 151.45 135.53 -
System Red Green Blue C M Y K H S L
Decimal 125 101 156 0.20 0.35 0 0.39 266.18 0.22 0.5
Hex 7D 65 9C 14 23 0 27 10A 16 32
Octal 175 145 234 24 43 0 47 412 26 62
Binary 1111101 1100101 10011100 10100 100011 0 100111 100001010 10110 110010

Color Harmonies of #7D659C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D659C

Black with #7D659C

Text Example


Text Example

White with #7D659C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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