Html Css Color HEX #796C9C Deluge

📋 copy color: '#796C9C'

red 121 ◦ green 108 ◦ blue 156

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

Shades of Deluge #796C9C

Tints of Deluge #796C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.52%

R = 31.43%
G = 28.05%
B = 40.52%

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

#796C9C (or 0x796C9C) is known color: Deluge. HEX triplet: 79, 6C and 9C. RGB value is (121,108,156). Sum of RGB (Red+Green+Blue) = 121+108+156=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 156 - color contains mainly: blue. Hex color #796C9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796C9C is #869363. Grayscale: #757575. Windows color (decimal): -8819556 or 10251385. OLE color: 10251385.

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

Color convert

RGB 121 108 156 -
CMYK 0.22 0.31 0 0.39
HSL 256.25º 0.2% 0.52% -
HSV(B) 256.25º 0.31% 0.61% -
XYZ 19.25 17.19 33.76 -
YUV 117.36 149.81 130.6 -
System Red Green Blue C M Y K H S L
Decimal 121 108 156 0.22 0.31 0 0.39 256.25 0.2 0.52
Hex 79 6C 9C 16 1F 0 27 100 14 34
Octal 171 154 234 26 37 0 47 400 24 64
Binary 1111001 1101100 10011100 10110 11111 0 100111 100000000 10100 110100

Color Harmonies of #796C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796C9C

Black with #796C9C

Text Example


Text Example

White with #796C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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