Html Css Color HEX #7C669D Deluge

📋 copy color: '#7C669D'

red 124 ◦ green 102 ◦ blue 157

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

Shades of Deluge #7C669D

Tints of Deluge #7C669D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.63%

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

R = 32.38%
G = 26.63%
B = 40.99%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C669D (or 0x7C669D) is known color: Deluge. HEX triplet: 7C, 66 and 9D. RGB value is (124,102,157). Sum of RGB (Red+Green+Blue) = 124+102+157=383 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.38% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C669D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C669D is #839962. Grayscale: #727272. Windows color (decimal): -8624483 or 10315388. OLE color: 10315388.

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

Color convert

RGB 124 102 157 -
CMYK 0.21 0.35 0 0.38
HSL 264º 0.22% 0.51% -
HSV(B) 264º 0.35% 0.62% -
XYZ 19.15 16.22 34.02 -
YUV 114.85 151.79 134.53 -
System Red Green Blue C M Y K H S L
Decimal 124 102 157 0.21 0.35 0 0.38 264 0.22 0.51
Hex 7C 66 9D 15 23 0 26 108 16 33
Octal 174 146 235 25 43 0 46 410 26 63
Binary 1111100 1100110 10011101 10101 100011 0 100110 100001000 10110 110011

Color Harmonies of #7C669D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C669D

Black with #7C669D

Text Example


Text Example

White with #7C669D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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