Html Css Color HEX #7C69AA Deluge

📋 copy color: '#7C69AA'

red 124 ◦ green 105 ◦ blue 170

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

Shades of Deluge #7C69AA

Tints of Deluge #7C69AA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.32%

 BLUE value IS 170 (66.8% from 255) = 42.61%

R = 31.08%
G = 26.32%
B = 42.61%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C69AA (or 0x7C69AA) is known color: Deluge. HEX triplet: 7C, 69 and AA. RGB value is (124,105,170). Sum of RGB (Red+Green+Blue) = 124+105+170=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C69AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C69AA is #839655. Grayscale: #757575. Windows color (decimal): -8623702 or 11168124. OLE color: 11168124.

HSL color Cylindrical-coordinate representation of color #7C69AA: hue angle of 257.54º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7C69AA is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 124 105 170 -
CMYK 0.27 0.38 0 0.33
HSL 257.54º 0.28% 0.54% -
HSV(B) 257.54º 0.38% 0.67% -
XYZ 20.62 17.29 40.28 -
YUV 118.09 157.29 132.21 -
System Red Green Blue C M Y K H S L
Decimal 124 105 170 0.27 0.38 0 0.33 257.54 0.28 0.54
Hex 7C 69 AA 1B 26 0 21 102 1C 36
Octal 174 151 252 33 46 0 41 402 34 66
Binary 1111100 1101001 10101010 11011 100110 0 100001 100000010 11100 110110

Color Harmonies of #7C69AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C69AA

Black with #7C69AA

Text Example


Text Example

White with #7C69AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,105,170); }

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

background-color css

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

 a { background-color: rgb(124,105,170); }

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

border-color css

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

 span { border-color: rgb(124,105,170); }

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