#795995

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

Shades of Studio #795995

Tints of Studio #795995

Color information

#795995 (or 0x795995) is unknown color: approx Studio. HEX triplet: 79, 59 and 95. RGB value is (121,89,149). Sum of RGB (Red+Green+Blue) = 121+89+149=359 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.70% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 149 - color contains mainly: blue. Hex color #795995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795995 is #86A66A. Grayscale: #696969. Windows color (decimal): -8824427 or 9787769. OLE color: 9787769.

HSL color Cylindrical-coordinate representation of color #795995: hue angle of 272º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #795995 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12189149-
CMYK0.190.4000.42
HSL272º25.21%46.67%-
HSV(B)272º40.27%58.43%-
XYZ16.8813.3830.13-
YUV105.41152.6139.12-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.70%
GREEN value IS 89 (35.16% from 255) = 24.79%
BLUE value IS 149 (58.59% from 255) = 41.50%
R=33.70%
G=24.79%
B=41.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121891490.190.4000.4227225.2146.67
Hex795995132802A110192f
Octal17113122523500524203157
Binary111100110110011001010110011101000010101010001000011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795995; }

 p { color: rgb(121,89,149); }

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

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

 a { background-color: rgb(121,89,149); }

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

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

 span { border-color: rgb(121,89,149); }

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