Html Css Color HEX #7C759F Deluge

📋 copy color: '#7C759F'

red 124 ◦ green 117 ◦ blue 159

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

Shades of Deluge #7C759F

Tints of Deluge #7C759F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.75%

R = 31%
G = 29.25%
B = 39.75%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C759F (or 0x7C759F) is known color: Deluge. HEX triplet: 7C, 75 and 9F. RGB value is (124,117,159). Sum of RGB (Red+Green+Blue) = 124+117+159=400 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 159 - color contains mainly: blue. Hex color #7C759F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C759F is #838A60. Grayscale: #7B7B7B. Windows color (decimal): -8620641 or 10450300. OLE color: 10450300.

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

Color convert

RGB 124 117 159 -
CMYK 0.22 0.26 0 0.38
HSL 250º 0.18% 0.54% -
HSV(B) 250º 0.26% 0.62% -
XYZ 20.93 19.51 35.46 -
YUV 123.88 147.82 128.08 -
System Red Green Blue C M Y K H S L
Decimal 124 117 159 0.22 0.26 0 0.38 250 0.18 0.54
Hex 7C 75 9F 16 1A 0 26 FA 12 36
Octal 174 165 237 26 32 0 46 372 22 66
Binary 1111100 1110101 10011111 10110 11010 0 100110 11111010 10010 110110

Color Harmonies of #7C759F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C759F

Black with #7C759F

Text Example


Text Example

White with #7C759F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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