Html Css Color HEX #7969A2 Deluge

📋 copy color: '#7969A2'

red 121 ◦ green 105 ◦ blue 162

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

Shades of Deluge #7969A2

Tints of Deluge #7969A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 41.75%

R = 31.19%
G = 27.06%
B = 41.75%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7969A2 (or 0x7969A2) is known color: Deluge. HEX triplet: 79, 69 and A2. RGB value is (121,105,162). Sum of RGB (Red+Green+Blue) = 121+105+162=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 162 (63.67% from 255 or 41.75% from 388); Max value from RGB is 162 - color contains mainly: blue. Hex color #7969A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7969A2 is #86965D. Grayscale: #747474. Windows color (decimal): -8820318 or 10643833. OLE color: 10643833.

HSL color Cylindrical-coordinate representation of color #7969A2: hue angle of 256.84º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7969A2 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 121 105 162 -
CMYK 0.25 0.35 0 0.36
HSL 256.84º 0.23% 0.52% -
HSV(B) 256.84º 0.35% 0.64% -
XYZ 19.46 16.78 36.4 -
YUV 116.28 153.8 131.37 -
System Red Green Blue C M Y K H S L
Decimal 121 105 162 0.25 0.35 0 0.36 256.84 0.23 0.52
Hex 79 69 A2 19 23 0 24 101 17 34
Octal 171 151 242 31 43 0 44 401 27 64
Binary 1111001 1101001 10100010 11001 100011 0 100100 100000001 10111 110100

Color Harmonies of #7969A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7969A2

Black with #7969A2

Text Example


Text Example

White with #7969A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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