Html Css Color HEX #7C739D Deluge

📋 copy color: '#7C739D'

red 124 ◦ green 115 ◦ blue 157

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

Shades of Deluge #7C739D

Tints of Deluge #7C739D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.04%

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

R = 31.31%
G = 29.04%
B = 39.65%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C739D (or 0x7C739D) is known color: Deluge. HEX triplet: 7C, 73 and 9D. RGB value is (124,115,157). Sum of RGB (Red+Green+Blue) = 124+115+157=396 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.31% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C739D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C739D is #838C62. Grayscale: #7A7A7A. Windows color (decimal): -8621155 or 10318716. OLE color: 10318716.

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

Color convert

RGB 124 115 157 -
CMYK 0.21 0.27 0 0.38
HSL 252.86º 0.18% 0.53% -
HSV(B) 252.86º 0.27% 0.62% -
XYZ 20.53 18.98 34.48 -
YUV 122.48 147.48 129.08 -
System Red Green Blue C M Y K H S L
Decimal 124 115 157 0.21 0.27 0 0.38 252.86 0.18 0.53
Hex 7C 73 9D 15 1B 0 26 FD 12 35
Octal 174 163 235 25 33 0 46 375 22 65
Binary 1111100 1110011 10011101 10101 11011 0 100110 11111101 10010 110101

Color Harmonies of #7C739D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C739D

Black with #7C739D

Text Example


Text Example

White with #7C739D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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