Html Css Color HEX #7C679D Deluge

📋 copy color: '#7C679D'

red 124 ◦ green 103 ◦ blue 157

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

Shades of Deluge #7C679D

Tints of Deluge #7C679D

RGB

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

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

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

R = 32.29%
G = 26.82%
B = 40.89%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C679D (or 0x7C679D) is known color: Deluge. HEX triplet: 7C, 67 and 9D. RGB value is (124,103,157). Sum of RGB (Red+Green+Blue) = 124+103+157=384 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.29% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C679D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C679D is #839862. Grayscale: #737373. Windows color (decimal): -8624227 or 10315644. OLE color: 10315644.

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

Color convert

RGB 124 103 157 -
CMYK 0.21 0.34 0 0.38
HSL 263.33º 0.22% 0.51% -
HSV(B) 263.33º 0.34% 0.62% -
XYZ 19.25 16.42 34.05 -
YUV 115.44 151.46 134.11 -
System Red Green Blue C M Y K H S L
Decimal 124 103 157 0.21 0.34 0 0.38 263.33 0.22 0.51
Hex 7C 67 9D 15 22 0 26 107 16 33
Octal 174 147 235 25 42 0 46 407 26 63
Binary 1111100 1100111 10011101 10101 100010 0 100110 100000111 10110 110011

Color Harmonies of #7C679D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C679D

Black with #7C679D

Text Example


Text Example

White with #7C679D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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