Html Css Color HEX #796CAB Deluge

📋 copy color: '#796CAB'

red 121 ◦ green 108 ◦ blue 171

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

Shades of Deluge #796CAB

Tints of Deluge #796CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.75%

R = 30.25%
G = 27%
B = 42.75%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#796CAB (or 0x796CAB) is known color: Deluge. HEX triplet: 79, 6C and AB. RGB value is (121,108,171). Sum of RGB (Red+Green+Blue) = 121+108+171=400 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.25% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #796CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796CAB is #869354. Grayscale: #767676. Windows color (decimal): -8819541 or 11234425. OLE color: 11234425.

HSL color Cylindrical-coordinate representation of color #796CAB: hue angle of 252.38º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #796CAB is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 108 171 -
CMYK 0.29 0.37 0 0.33
HSL 252.38º 0.27% 0.55% -
HSV(B) 252.38º 0.37% 0.67% -
XYZ 20.6 17.73 40.86 -
YUV 119.07 157.31 129.38 -
System Red Green Blue C M Y K H S L
Decimal 121 108 171 0.29 0.37 0 0.33 252.38 0.27 0.55
Hex 79 6C AB 1D 25 0 21 FC 1B 37
Octal 171 154 253 35 45 0 41 374 33 67
Binary 1111001 1101100 10101011 11101 100101 0 100001 11111100 11011 110111

Color Harmonies of #796CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796CAB

Black with #796CAB

Text Example


Text Example

White with #796CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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