Html Css Color HEX #796BA5 Deluge

📋 copy color: '#796BA5'

red 121 ◦ green 107 ◦ blue 165

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

Shades of Deluge #796BA5

Tints of Deluge #796BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.98%

R = 30.79%
G = 27.23%
B = 41.98%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#796BA5 (or 0x796BA5) is known color: Deluge. HEX triplet: 79, 6B and A5. RGB value is (121,107,165). Sum of RGB (Red+Green+Blue) = 121+107+165=393 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.79% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 165 (64.84% from 255 or 41.98% from 393); Max value from RGB is 165 - color contains mainly: blue. Hex color #796BA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796BA5 is #86945A. Grayscale: #757575. Windows color (decimal): -8819803 or 10840953. OLE color: 10840953.

HSL color Cylindrical-coordinate representation of color #796BA5: hue angle of 254.48º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #796BA5 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 121 107 165 -
CMYK 0.27 0.35 0 0.35
HSL 254.48º 0.24% 0.53% -
HSV(B) 254.48º 0.35% 0.65% -
XYZ 19.93 17.3 37.89 -
YUV 117.8 154.64 130.28 -
System Red Green Blue C M Y K H S L
Decimal 121 107 165 0.27 0.35 0 0.35 254.48 0.24 0.53
Hex 79 6B A5 1B 23 0 23 FE 18 35
Octal 171 153 245 33 43 0 43 376 30 65
Binary 1111001 1101011 10100101 11011 100011 0 100011 11111110 11000 110101

Color Harmonies of #796BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796BA5

Black with #796BA5

Text Example


Text Example

White with #796BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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