Html Css Color HEX #7969AD Deluge

📋 copy color: '#7969AD'

red 121 ◦ green 105 ◦ blue 173

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

Shades of Deluge #7969AD

Tints of Deluge #7969AD

RGB

 RED value IS 121 (47.66% from 255) = 30.33%

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

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

R = 30.33%
G = 26.32%
B = 43.36%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7969AD (or 0x7969AD) is known color: Deluge. HEX triplet: 79, 69 and AD. RGB value is (121,105,173). Sum of RGB (Red+Green+Blue) = 121+105+173=399 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.33% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 173 - color contains mainly: blue. Hex color #7969AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7969AD is #869652. Grayscale: #757575. Windows color (decimal): -8820307 or 11364729. OLE color: 11364729.

HSL color Cylindrical-coordinate representation of color #7969AD: hue angle of 254.12º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7969AD is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 121 105 173 -
CMYK 0.30 0.39 0 0.32
HSL 254.12º 0.29% 0.55% -
HSV(B) 254.12º 0.39% 0.68% -
XYZ 20.48 17.19 41.77 -
YUV 117.54 159.3 130.47 -
System Red Green Blue C M Y K H S L
Decimal 121 105 173 0.30 0.39 0 0.32 254.12 0.29 0.55
Hex 79 69 AD 1E 27 0 20 FE 1D 37
Octal 171 151 255 36 47 0 40 376 35 67
Binary 1111001 1101001 10101101 11110 100111 0 100000 11111110 11101 110111

Color Harmonies of #7969AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7969AD

Black with #7969AD

Text Example


Text Example

White with #7969AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7969AD; }

 p { color: rgb(121,105,173); }

 H1.HeaderClassName
 {
   color: #7969AD;
 }
 .AnyTagClassName
 {
   color: #7969AD;
 }
</style>

background-color css

<style>
 a { background-color: #7969AD; }

 a { background-color: rgb(121,105,173); }

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

border-color css

<style>
 span { border-color: #7969AD; }

 span { border-color: rgb(121,105,173); }

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