Html Css Color HEX #7C659F Deluge

📋 copy color: '#7C659F'

red 124 ◦ green 101 ◦ blue 159

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

Shades of Deluge #7C659F

Tints of Deluge #7C659F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.3%

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

R = 32.29%
G = 26.3%
B = 41.41%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C659F (or 0x7C659F) is known color: Deluge. HEX triplet: 7C, 65 and 9F. RGB value is (124,101,159). Sum of RGB (Red+Green+Blue) = 124+101+159=384 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.29% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 159 - color contains mainly: blue. Hex color #7C659F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C659F is #839A60. Grayscale: #727272. Windows color (decimal): -8624737 or 10446204. OLE color: 10446204.

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

Color convert

RGB 124 101 159 -
CMYK 0.22 0.36 0 0.38
HSL 263.79º 0.23% 0.51% -
HSV(B) 263.79º 0.36% 0.62% -
XYZ 19.22 16.1 34.89 -
YUV 114.49 153.12 134.78 -
System Red Green Blue C M Y K H S L
Decimal 124 101 159 0.22 0.36 0 0.38 263.79 0.23 0.51
Hex 7C 65 9F 16 24 0 26 108 17 33
Octal 174 145 237 26 44 0 46 410 27 63
Binary 1111100 1100101 10011111 10110 100100 0 100110 100001000 10111 110011

Color Harmonies of #7C659F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C659F

Black with #7C659F

Text Example


Text Example

White with #7C659F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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