Html Css Color HEX #7C759D Deluge

📋 copy color: '#7C759D'

red 124 ◦ green 117 ◦ blue 157

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

Shades of Deluge #7C759D

Tints of Deluge #7C759D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.4%

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

R = 31.16%
G = 29.4%
B = 39.45%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C759D (or 0x7C759D) is known color: Deluge. HEX triplet: 7C, 75 and 9D. RGB value is (124,117,157). Sum of RGB (Red+Green+Blue) = 124+117+157=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C759D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C759D is #838A62. Grayscale: #7B7B7B. Windows color (decimal): -8620643 or 10319228. OLE color: 10319228.

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

Color convert

RGB 124 117 157 -
CMYK 0.21 0.25 0 0.38
HSL 250.5º 0.17% 0.54% -
HSV(B) 250.5º 0.25% 0.62% -
XYZ 20.76 19.44 34.56 -
YUV 123.65 146.82 128.25 -
System Red Green Blue C M Y K H S L
Decimal 124 117 157 0.21 0.25 0 0.38 250.5 0.17 0.54
Hex 7C 75 9D 15 19 0 26 FB 11 36
Octal 174 165 235 25 31 0 46 373 21 66
Binary 1111100 1110101 10011101 10101 11001 0 100110 11111011 10001 110110

Color Harmonies of #7C759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C759D

Black with #7C759D

Text Example


Text Example

White with #7C759D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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