#796791

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

Shades of Kimberly #796791

Tints of Kimberly #796791

Color information

#796791 (or 0x796791) is unknown color: approx Kimberly. HEX triplet: 79, 67 and 91. RGB value is (121,103,145). Sum of RGB (Red+Green+Blue) = 121+103+145=369 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.79% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 145 - color contains mainly: blue. Hex color #796791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796791 is #86986E. Grayscale: #717171. Windows color (decimal): -8820847 or 9529209. OLE color: 9529209.

HSL color Cylindrical-coordinate representation of color #796791: hue angle of 265.71º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #796791 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB121103145-
CMYK0.170.2900.43
HSL265.71º16.94%48.63%-
HSV(B)265.71º28.97%56.86%-
XYZ17.8515.8128.9-
YUV113.17145.96133.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.79%
GREEN value IS 103 (40.62% from 255) = 27.91%
BLUE value IS 145 (57.03% from 255) = 39.30%
R=32.79%
G=27.91%
B=39.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1211031450.170.2900.43265.7116.9448.63
Hex796791111D02B10a1131
Octal17114722121350534122161
Binary11110011100111100100011000111101010101110000101010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796791; }

 p { color: rgb(121,103,145); }

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

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

 a { background-color: rgb(121,103,145); }

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

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

 span { border-color: rgb(121,103,145); }

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