Html Css Color HEX #7D69AC Deluge

📋 copy color: '#7D69AC'

red 125 ◦ green 105 ◦ blue 172

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

Shades of Deluge #7D69AC

Tints of Deluge #7D69AC

RGB

 RED value IS 125 (49.22% from 255) = 31.09%

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

 BLUE value IS 172 (67.58% from 255) = 42.79%

R = 31.09%
G = 26.12%
B = 42.79%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D69AC (or 0x7D69AC) is known color: Deluge. HEX triplet: 7D, 69 and AC. RGB value is (125,105,172). Sum of RGB (Red+Green+Blue) = 125+105+172=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D69AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D69AC is #829653. Grayscale: #767676. Windows color (decimal): -8558164 or 11299197. OLE color: 11299197.

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

Color convert

RGB 125 105 172 -
CMYK 0.27 0.39 0 0.33
HSL 257.91º 0.29% 0.54% -
HSV(B) 257.91º 0.39% 0.67% -
XYZ 20.96 17.44 41.29 -
YUV 118.62 158.13 132.55 -
System Red Green Blue C M Y K H S L
Decimal 125 105 172 0.27 0.39 0 0.33 257.91 0.29 0.54
Hex 7D 69 AC 1B 27 0 21 102 1D 36
Octal 175 151 254 33 47 0 41 402 35 66
Binary 1111101 1101001 10101100 11011 100111 0 100001 100000010 11101 110110

Color Harmonies of #7D69AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D69AC

Black with #7D69AC

Text Example


Text Example

White with #7D69AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,105,172); }

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

background-color css

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

 a { background-color: rgb(125,105,172); }

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

border-color css

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

 span { border-color: rgb(125,105,172); }

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