#795DA0

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

Shades of Studio #795DA0

Tints of Studio #795DA0

Color information

#795DA0 (or 0x795DA0) is unknown color: approx Studio. HEX triplet: 79, 5D and A0. RGB value is (121,93,160). Sum of RGB (Red+Green+Blue) = 121+93+160=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 160 (62.89% from 255 or 42.78% from 374); Max value from RGB is 160 - color contains mainly: blue. Hex color #795DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795DA0 is #86A25F. Grayscale: #6C6C6C. Windows color (decimal): -8823392 or 10509689. OLE color: 10509689.

HSL color Cylindrical-coordinate representation of color #795DA0: hue angle of 265.07º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #795DA0 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB12193160-
CMYK0.240.4200.37
HSL265.07º26.48%49.61%-
HSV(B)265.07º41.87%62.75%-
XYZ18.1414.4335.09-
YUV109.01156.78136.55-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.35%
GREEN value IS 93 (36.72% from 255) = 24.87%
BLUE value IS 160 (62.89% from 255) = 42.78%
R=32.35%
G=24.87%
B=42.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal121931600.240.4200.37265.0726.4849.61
Hex795DA0182A0251091a32
Octal17113524030520454113262
Binary111100110111011010000011000101010010010110000100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,93,160); }

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

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

 a { background-color: rgb(121,93,160); }

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

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

 span { border-color: rgb(121,93,160); }

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