Html Css Color HEX #7C68AD Deluge

📋 copy color: '#7C68AD'

red 124 ◦ green 104 ◦ blue 173

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

Shades of Deluge #7C68AD

Tints of Deluge #7C68AD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.94%

 BLUE value IS 173 (67.97% from 255) = 43.14%

R = 30.92%
G = 25.94%
B = 43.14%

CMYK

 C value IS 0.28

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7C68AD (or 0x7C68AD) is known color: Deluge. HEX triplet: 7C, 68 and AD. RGB value is (124,104,173). Sum of RGB (Red+Green+Blue) = 124+104+173=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #7C68AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C68AD is #839752. Grayscale: #757575. Windows color (decimal): -8623955 or 11364476. OLE color: 11364476.

HSL color Cylindrical-coordinate representation of color #7C68AD: hue angle of 257.39º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C68AD is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 124 104 173 -
CMYK 0.28 0.40 0 0.32
HSL 257.39º 0.3% 0.54% -
HSV(B) 257.39º 0.4% 0.68% -
XYZ 20.81 17.2 41.76 -
YUV 117.85 159.13 132.39 -
System Red Green Blue C M Y K H S L
Decimal 124 104 173 0.28 0.40 0 0.32 257.39 0.3 0.54
Hex 7C 68 AD 1C 28 0 20 101 1E 36
Octal 174 150 255 34 50 0 40 401 36 66
Binary 1111100 1101000 10101101 11100 101000 0 100000 100000001 11110 110110

Color Harmonies of #7C68AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C68AD

Black with #7C68AD

Text Example


Text Example

White with #7C68AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,104,173); }

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

background-color css

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

 a { background-color: rgb(124,104,173); }

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

border-color css

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

 span { border-color: rgb(124,104,173); }

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