Html Css Color HEX #796CAA Deluge

📋 copy color: '#796CAA'

red 121 ◦ green 108 ◦ blue 170

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

Shades of Deluge #796CAA

Tints of Deluge #796CAA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.07%

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

R = 30.33%
G = 27.07%
B = 42.61%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#796CAA (or 0x796CAA) is known color: Deluge. HEX triplet: 79, 6C and AA. RGB value is (121,108,170). Sum of RGB (Red+Green+Blue) = 121+108+170=399 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.33% from 399); Green value is 108 (42.58% from 255 or 27.07% 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 #796CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796CAA is #869355. Grayscale: #767676. Windows color (decimal): -8819542 or 11168889. OLE color: 11168889.

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

Color convert

RGB 121 108 170 -
CMYK 0.29 0.36 0 0.33
HSL 252.58º 0.27% 0.55% -
HSV(B) 252.58º 0.36% 0.67% -
XYZ 20.5 17.69 40.36 -
YUV 118.96 156.81 129.46 -
System Red Green Blue C M Y K H S L
Decimal 121 108 170 0.29 0.36 0 0.33 252.58 0.27 0.55
Hex 79 6C AA 1D 24 0 21 FD 1B 37
Octal 171 154 252 35 44 0 41 375 33 67
Binary 1111001 1101100 10101010 11101 100100 0 100001 11111101 11011 110111

Color Harmonies of #796CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796CAA

Black with #796CAA

Text Example


Text Example

White with #796CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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