Html Css Color HEX #796AAA Deluge

📋 copy color: '#796AAA'

red 121 ◦ green 106 ◦ blue 170

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

Shades of Deluge #796AAA

Tints of Deluge #796AAA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.7%

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

R = 30.48%
G = 26.7%
B = 42.82%

CMYK

 C value IS 0.29

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#796AAA (or 0x796AAA) is known color: Deluge. HEX triplet: 79, 6A and AA. RGB value is (121,106,170). Sum of RGB (Red+Green+Blue) = 121+106+170=397 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.48% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #796AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796AAA is #869555. Grayscale: #757575. Windows color (decimal): -8820054 or 11168377. OLE color: 11168377.

HSL color Cylindrical-coordinate representation of color #796AAA: hue angle of 254.06º degrees, saturation: 0.27, 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 #796AAA is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 106 170 -
CMYK 0.29 0.38 0 0.33
HSL 254.06º 0.27% 0.54% -
HSV(B) 254.06º 0.38% 0.67% -
XYZ 20.29 17.28 40.3 -
YUV 117.78 157.47 130.3 -
System Red Green Blue C M Y K H S L
Decimal 121 106 170 0.29 0.38 0 0.33 254.06 0.27 0.54
Hex 79 6A AA 1D 26 0 21 FE 1B 36
Octal 171 152 252 35 46 0 41 376 33 66
Binary 1111001 1101010 10101010 11101 100110 0 100001 11111110 11011 110110

Color Harmonies of #796AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796AAA

Black with #796AAA

Text Example


Text Example

White with #796AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796AAA; }

 p { color: rgb(121,106,170); }

 H1.HeaderClassName
 {
   color: #796AAA;
 }
 .AnyTagClassName
 {
   color: #796AAA;
 }
</style>

background-color css

<style>
 a { background-color: #796AAA; }

 a { background-color: rgb(121,106,170); }

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

border-color css

<style>
 span { border-color: #796AAA; }

 span { border-color: rgb(121,106,170); }

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