Html Css Color HEX #796B9B Deluge

📋 copy color: '#796B9B'

red 121 ◦ green 107 ◦ blue 155

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

Shades of Deluge #796B9B

Tints of Deluge #796B9B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.94%

 BLUE value IS 155 (60.94% from 255) = 40.47%

R = 31.59%
G = 27.94%
B = 40.47%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#796B9B (or 0x796B9B) is known color: Deluge. HEX triplet: 79, 6B and 9B. RGB value is (121,107,155). Sum of RGB (Red+Green+Blue) = 121+107+155=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 155 - color contains mainly: blue. Hex color #796B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796B9B is #869464. Grayscale: #747474. Windows color (decimal): -8819813 or 10185593. OLE color: 10185593.

HSL color Cylindrical-coordinate representation of color #796B9B: hue angle of 257.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #796B9B is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 121 107 155 -
CMYK 0.22 0.31 0 0.39
HSL 257.5º 0.19% 0.51% -
HSV(B) 257.5º 0.31% 0.61% -
XYZ 19.06 16.95 33.28 -
YUV 116.66 149.64 131.1 -
System Red Green Blue C M Y K H S L
Decimal 121 107 155 0.22 0.31 0 0.39 257.5 0.19 0.51
Hex 79 6B 9B 16 1F 0 27 102 13 33
Octal 171 153 233 26 37 0 47 402 23 63
Binary 1111001 1101011 10011011 10110 11111 0 100111 100000010 10011 110011

Color Harmonies of #796B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796B9B

Black with #796B9B

Text Example


Text Example

White with #796B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,107,155); }

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

background-color css

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

 a { background-color: rgb(121,107,155); }

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

border-color css

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

 span { border-color: rgb(121,107,155); }

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