#795B95

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

Shades of Studio #795B95

Tints of Studio #795B95

Color information

#795B95 (or 0x795B95) is unknown color: approx Studio. HEX triplet: 79, 5B and 95. RGB value is (121,91,149). Sum of RGB (Red+Green+Blue) = 121+91+149=361 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.52% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 149 - color contains mainly: blue. Hex color #795B95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795B95 is #86A46A. Grayscale: #6A6A6A. Windows color (decimal): -8823915 or 9788281. OLE color: 9788281.

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

Color convert

RGB12191149-
CMYK0.190.3900.42
HSL271.03º24.17%47.06%-
HSV(B)271.03º38.93%58.43%-
XYZ17.0513.7230.18-
YUV106.58151.94138.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.52%
GREEN value IS 91 (35.94% from 255) = 25.21%
BLUE value IS 149 (58.59% from 255) = 41.27%
R=33.52%
G=25.21%
B=41.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121911490.190.3900.42271.0324.1747.06
Hex795B95132702A10f182f
Octal17113322523470524173057
Binary111100110110111001010110011100111010101010000111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795B95; }

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

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

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

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

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

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

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

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