Html Css Color HEX #7C7491 Deluge

📋 copy color: '#7C7491'

red 124 ◦ green 116 ◦ blue 145

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

Shades of Deluge #7C7491

Tints of Deluge #7C7491

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.13%

 BLUE value IS 145 (57.03% from 255) = 37.66%

R = 32.21%
G = 30.13%
B = 37.66%

CMYK

 C value IS 0.14

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7C7491 (or 0x7C7491) is known color: Deluge. HEX triplet: 7C, 74 and 91. RGB value is (124,116,145). Sum of RGB (Red+Green+Blue) = 124+116+145=385 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.21% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 145 - color contains mainly: blue. Hex color #7C7491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7491 is #838B6E. Grayscale: #797979. Windows color (decimal): -8620911 or 9532540. OLE color: 9532540.

HSL color Cylindrical-coordinate representation of color #7C7491: hue angle of 256.55º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7C7491 is Cyan = 0.14, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 124 116 145 -
CMYK 0.14 0.2 0 0.43
HSL 256.55º 0.12% 0.51% -
HSV(B) 256.55º 0.2% 0.57% -
XYZ 19.67 18.82 29.38 -
YUV 121.7 141.15 129.64 -
System Red Green Blue C M Y K H S L
Decimal 124 116 145 0.14 0.2 0 0.43 256.55 0.12 0.51
Hex 7C 74 91 E 14 0 2B 101 C 33
Octal 174 164 221 16 24 0 53 401 14 63
Binary 1111100 1110100 10010001 1110 10100 0 101011 100000001 1100 110011

Color Harmonies of #7C7491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7491

Black with #7C7491

Text Example


Text Example

White with #7C7491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,116,145); }

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

background-color css

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

 a { background-color: rgb(124,116,145); }

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

border-color css

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

 span { border-color: rgb(124,116,145); }

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