Html Css Color HEX #7C6E9D Deluge

📋 copy color: '#7C6E9D'

red 124 ◦ green 110 ◦ blue 157

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

Shades of Deluge #7C6E9D

Tints of Deluge #7C6E9D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.13%

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

R = 31.71%
G = 28.13%
B = 40.15%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C6E9D (or 0x7C6E9D) is known color: Deluge. HEX triplet: 7C, 6E and 9D. RGB value is (124,110,157). Sum of RGB (Red+Green+Blue) = 124+110+157=391 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.71% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C6E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6E9D is #839162. Grayscale: #777777. Windows color (decimal): -8622435 or 10317436. OLE color: 10317436.

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

Color convert

RGB 124 110 157 -
CMYK 0.21 0.30 0 0.38
HSL 257.87º 0.19% 0.52% -
HSV(B) 257.87º 0.3% 0.62% -
XYZ 19.97 17.87 34.3 -
YUV 119.54 149.14 131.18 -
System Red Green Blue C M Y K H S L
Decimal 124 110 157 0.21 0.30 0 0.38 257.87 0.19 0.52
Hex 7C 6E 9D 15 1E 0 26 102 13 34
Octal 174 156 235 25 36 0 46 402 23 64
Binary 1111100 1101110 10011101 10101 11110 0 100110 100000010 10011 110100

Color Harmonies of #7C6E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6E9D

Black with #7C6E9D

Text Example


Text Example

White with #7C6E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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