Html Css Color HEX #7C699D Deluge

📋 copy color: '#7C699D'

red 124 ◦ green 105 ◦ blue 157

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

Shades of Deluge #7C699D

Tints of Deluge #7C699D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.2%

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

R = 32.12%
G = 27.2%
B = 40.67%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C699D (or 0x7C699D) is known color: Deluge. HEX triplet: 7C, 69 and 9D. RGB value is (124,105,157). Sum of RGB (Red+Green+Blue) = 124+105+157=386 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.12% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C699D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C699D is #839662. Grayscale: #747474. Windows color (decimal): -8623715 or 10316156. OLE color: 10316156.

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

Color convert

RGB 124 105 157 -
CMYK 0.21 0.33 0 0.38
HSL 261.92º 0.21% 0.51% -
HSV(B) 261.92º 0.33% 0.62% -
XYZ 19.45 16.82 34.12 -
YUV 116.61 150.79 133.27 -
System Red Green Blue C M Y K H S L
Decimal 124 105 157 0.21 0.33 0 0.38 261.92 0.21 0.51
Hex 7C 69 9D 15 21 0 26 106 15 33
Octal 174 151 235 25 41 0 46 406 25 63
Binary 1111100 1101001 10011101 10101 100001 0 100110 100000110 10101 110011

Color Harmonies of #7C699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C699D

Black with #7C699D

Text Example


Text Example

White with #7C699D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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