#795BA1

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

Shades of Studio #795BA1

Tints of Studio #795BA1

Color information

#795BA1 (or 0x795BA1) is unknown color: approx Studio. HEX triplet: 79, 5B and A1. RGB value is (121,91,161). Sum of RGB (Red+Green+Blue) = 121+91+161=373 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.44% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 161 (63.28% from 255 or 43.16% from 373); Max value from RGB is 161 - color contains mainly: blue. Hex color #795BA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795BA1 is #86A45E. Grayscale: #6B6B6B. Windows color (decimal): -8823903 or 10574713. OLE color: 10574713.

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

Color convert

RGB12191161-
CMYK0.250.4300.37
HSL265.71º27.78%49.41%-
HSV(B)265.71º43.48%63.14%-
XYZ18.0614.1235.49-
YUV107.95157.94137.31-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.44%
GREEN value IS 91 (35.94% from 255) = 24.40%
BLUE value IS 161 (63.28% from 255) = 43.16%
R=32.44%
G=24.40%
B=43.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal121911610.250.4300.37265.7127.7849.41
Hex795BA1192B02510a1c31
Octal17113324131530454123461
Binary111100110110111010000111001101011010010110000101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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