Html Css Color HEX #796699 Deluge

📋 copy color: '#796699'

red 121 ◦ green 102 ◦ blue 153

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

Shades of Deluge #796699

Tints of Deluge #796699

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.13%

 BLUE value IS 153 (60.16% from 255) = 40.69%

R = 32.18%
G = 27.13%
B = 40.69%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#796699 (or 0x796699) is known color: Deluge. HEX triplet: 79, 66 and 99. RGB value is (121,102,153). Sum of RGB (Red+Green+Blue) = 121+102+153=376 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.18% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: blue. Hex color #796699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796699 is #869966. Grayscale: #717171. Windows color (decimal): -8821095 or 10053241. OLE color: 10053241.

HSL color Cylindrical-coordinate representation of color #796699: hue angle of 262.35º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #796699 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 121 102 153 -
CMYK 0.21 0.33 0 0.4
HSL 262.35º 0.2% 0.5% -
HSV(B) 262.35º 0.33% 0.6% -
XYZ 18.39 15.87 32.23 -
YUV 113.5 150.29 133.35 -
System Red Green Blue C M Y K H S L
Decimal 121 102 153 0.21 0.33 0 0.4 262.35 0.2 0.5
Hex 79 66 99 15 21 0 28 106 14 32
Octal 171 146 231 25 41 0 50 406 24 62
Binary 1111001 1100110 10011001 10101 100001 0 101000 100000110 10100 110010

Color Harmonies of #796699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796699

Black with #796699

Text Example


Text Example

White with #796699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796699; }

 p { color: rgb(121,102,153); }

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

background-color css

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

 a { background-color: rgb(121,102,153); }

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

border-color css

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

 span { border-color: rgb(121,102,153); }

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