Html Css Color HEX #796FB2 Deluge

📋 copy color: '#796FB2'

red 121 ◦ green 111 ◦ blue 178

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

Shades of Deluge #796FB2

Tints of Deluge #796FB2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.07%

 BLUE value IS 178 (69.92% from 255) = 43.41%

R = 29.51%
G = 27.07%
B = 43.41%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#796FB2 (or 0x796FB2) is known color: Deluge. HEX triplet: 79, 6F and B2. RGB value is (121,111,178). Sum of RGB (Red+Green+Blue) = 121+111+178=410 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.51% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 178 (69.92% from 255 or 43.41% from 410); Max value from RGB is 178 - color contains mainly: blue. Hex color #796FB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796FB2 is #86904D. Grayscale: #797979. Windows color (decimal): -8818766 or 11693945. OLE color: 11693945.

HSL color Cylindrical-coordinate representation of color #796FB2: hue angle of 248.96º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #796FB2 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 121 111 178 -
CMYK 0.32 0.38 0 0.30
HSL 248.96º 0.3% 0.57% -
HSV(B) 248.96º 0.38% 0.7% -
XYZ 21.61 18.65 44.58 -
YUV 121.63 159.81 127.55 -
System Red Green Blue C M Y K H S L
Decimal 121 111 178 0.32 0.38 0 0.30 248.96 0.3 0.57
Hex 79 6F B2 20 26 0 1E F9 1E 39
Octal 171 157 262 40 46 0 36 371 36 71
Binary 1111001 1101111 10110010 100000 100110 0 11110 11111001 11110 111001

Color Harmonies of #796FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796FB2

Black with #796FB2

Text Example


Text Example

White with #796FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,111,178); }

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

background-color css

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

 a { background-color: rgb(121,111,178); }

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

border-color css

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

 span { border-color: rgb(121,111,178); }

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