#795D9C

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

Shades of Studio #795D9C

Tints of Studio #795D9C

Color information

#795D9C (or 0x795D9C) is unknown color: approx Studio. HEX triplet: 79, 5D and 9C. RGB value is (121,93,156). Sum of RGB (Red+Green+Blue) = 121+93+156=370 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.70% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 156 - color contains mainly: blue. Hex color #795D9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795D9C is #86A263. Grayscale: #6C6C6C. Windows color (decimal): -8823396 or 10247545. OLE color: 10247545.

HSL color Cylindrical-coordinate representation of color #795D9C: hue angle of 266.67º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #795D9C is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12193156-
CMYK0.220.4000.39
HSL266.67º25.3%48.82%-
HSV(B)266.67º40.38%61.18%-
XYZ17.814.2933.27-
YUV108.55154.78136.88-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.70%
GREEN value IS 93 (36.72% from 255) = 25.14%
BLUE value IS 156 (61.33% from 255) = 42.16%
R=32.70%
G=25.14%
B=42.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal121931560.220.4000.39266.6725.348.82
Hex795D9C162802710b1931
Octal17113523426500474133161
Binary111100110111011001110010110101000010011110000101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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