Html Css Color HEX #7C7196 Deluge

📋 copy color: '#7C7196'

red 124 ◦ green 113 ◦ blue 150

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

Shades of Deluge #7C7196

Tints of Deluge #7C7196

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.2%

 BLUE value IS 150 (58.98% from 255) = 38.76%

R = 32.04%
G = 29.2%
B = 38.76%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#7C7196 (or 0x7C7196) is known color: Deluge. HEX triplet: 7C, 71 and 96. RGB value is (124,113,150). Sum of RGB (Red+Green+Blue) = 124+113+150=387 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.04% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 150 - color contains mainly: blue. Hex color #7C7196 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7196 is #838E69. Grayscale: #787878. Windows color (decimal): -8621674 or 9859452. OLE color: 9859452.

HSL color Cylindrical-coordinate representation of color #7C7196: hue angle of 257.84º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7C7196 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 124 113 150 -
CMYK 0.17 0.25 0 0.41
HSL 257.84º 0.15% 0.52% -
HSV(B) 257.84º 0.25% 0.59% -
XYZ 19.72 18.3 31.35 -
YUV 120.51 144.64 130.49 -
System Red Green Blue C M Y K H S L
Decimal 124 113 150 0.17 0.25 0 0.41 257.84 0.15 0.52
Hex 7C 71 96 11 19 0 29 102 F 34
Octal 174 161 226 21 31 0 51 402 17 64
Binary 1111100 1110001 10010110 10001 11001 0 101001 100000010 1111 110100

Color Harmonies of #7C7196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7196

Black with #7C7196

Text Example


Text Example

White with #7C7196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,113,150); }

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

background-color css

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

 a { background-color: rgb(124,113,150); }

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

border-color css

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

 span { border-color: rgb(124,113,150); }

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