Html Css Color HEX #796698 Deluge

📋 copy color: '#796698'

red 121 ◦ green 102 ◦ blue 152

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

Shades of Deluge #796698

Tints of Deluge #796698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.53%

R = 32.27%
G = 27.2%
B = 40.53%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#796698 (or 0x796698) is known color: Deluge. HEX triplet: 79, 66 and 98. RGB value is (121,102,152). Sum of RGB (Red+Green+Blue) = 121+102+152=375 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.27% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 152 - color contains mainly: blue. Hex color #796698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796698 is #869967. Grayscale: #717171. Windows color (decimal): -8821096 or 9987705. OLE color: 9987705.

HSL color Cylindrical-coordinate representation of color #796698: hue angle of 262.8º 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 #796698 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 121 102 152 -
CMYK 0.20 0.33 0 0.40
HSL 262.8º 0.2% 0.5% -
HSV(B) 262.8º 0.33% 0.6% -
XYZ 18.3 15.83 31.8 -
YUV 113.38 149.79 133.43 -
System Red Green Blue C M Y K H S L
Decimal 121 102 152 0.20 0.33 0 0.40 262.8 0.2 0.5
Hex 79 66 98 14 21 0 28 107 14 32
Octal 171 146 230 24 41 0 50 407 24 62
Binary 1111001 1100110 10011000 10100 100001 0 101000 100000111 10100 110010

Color Harmonies of #796698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796698

Black with #796698

Text Example


Text Example

White with #796698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796698; }

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

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

background-color css

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

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

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

border-color css

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

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

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