#796CB3

Color #796CB3 Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #796CB3

Tints of Deluge #796CB3

Color information

#796CB3 (or 0x796CB3) is unknown color: approx Deluge. HEX triplet: 79, 6C and B3. RGB value is (121,108,179). Sum of RGB (Red+Green+Blue) = 121+108+179=408 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.66% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 179 (70.31% from 255 or 43.87% from 408); Max value from RGB is 179 - color contains mainly: blue. Hex color #796CB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796CB3 is #86934C. Grayscale: #777777. Windows color (decimal): -8819533 or 11758713. OLE color: 11758713.

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

Color convert

RGB121108179-
CMYK0.320.4000.30
HSL250.99º31.84%56.27%-
HSV(B)250.99º39.66%70.2%-
XYZ21.3818.0445-
YUV119.98161.31128.73-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.66%
GREEN value IS 108 (42.58% from 255) = 26.47%
BLUE value IS 179 (70.31% from 255) = 43.87%
R=29.66%
G=26.47%
B=43.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1211081790.320.4000.30250.9931.8456.27
Hex796CB3202801Efb2038
Octal17115426340500363734070
Binary111100111011001011001110000010100001111011111011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #796CB3;
 }
 .AnyTagClassName
 {
   color: #796CB3;
 }
</style>
background-color css

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

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

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

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

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

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