Html Css Color HEX #7C629D Deluge

📋 copy color: '#7C629D'

red 124 ◦ green 98 ◦ blue 157

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

Shades of Deluge #7C629D

Tints of Deluge #7C629D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.86%

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

R = 32.72%
G = 25.86%
B = 41.42%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C629D (or 0x7C629D) is known color: Deluge. HEX triplet: 7C, 62 and 9D. RGB value is (124,98,157). Sum of RGB (Red+Green+Blue) = 124+98+157=379 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.72% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C629D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C629D is #839D62. Grayscale: #707070. Windows color (decimal): -8625507 or 10314364. OLE color: 10314364.

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

Color convert

RGB 124 98 157 -
CMYK 0.21 0.38 0 0.38
HSL 266.44º 0.23% 0.5% -
HSV(B) 266.44º 0.38% 0.62% -
XYZ 18.77 15.45 33.89 -
YUV 112.5 153.11 136.2 -
System Red Green Blue C M Y K H S L
Decimal 124 98 157 0.21 0.38 0 0.38 266.44 0.23 0.5
Hex 7C 62 9D 15 26 0 26 10A 17 32
Octal 174 142 235 25 46 0 46 412 27 62
Binary 1111100 1100010 10011101 10101 100110 0 100110 100001010 10111 110010

Color Harmonies of #7C629D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C629D

Black with #7C629D

Text Example


Text Example

White with #7C629D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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