#795699

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

Shades of Studio #795699

Tints of Studio #795699

Color information

#795699 (or 0x795699) is unknown color: approx Studio. HEX triplet: 79, 56 and 99. RGB value is (121,86,153). Sum of RGB (Red+Green+Blue) = 121+86+153=360 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.61% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 153 - color contains mainly: blue. Hex color #795699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795699 is #86A966. Grayscale: #676767. Windows color (decimal): -8825191 or 10049145. OLE color: 10049145.

HSL color Cylindrical-coordinate representation of color #795699: hue angle of 271.34º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #795699 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12186153-
CMYK0.210.4400.4
HSL271.34º28.03%46.86%-
HSV(B)271.34º43.79%60%-
XYZ16.9613.0231.76-
YUV104.1155.6140.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.61%
GREEN value IS 86 (33.98% from 255) = 23.89%
BLUE value IS 153 (60.16% from 255) = 42.5%
R=33.61%
G=23.89%
B=42.5%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal121861530.210.4400.4271.3428.0346.86
Hex795699152C02810f1c2f
Octal17112623125540504173457
Binary111100110101101001100110101101100010100010000111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795699; }

 p { color: rgb(121,86,153); }

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

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

 a { background-color: rgb(121,86,153); }

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

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

 span { border-color: rgb(121,86,153); }

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