#785D9D

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

Shades of Studio #785D9D

Tints of Studio #785D9D

Color information

#785D9D (or 0x785D9D) is unknown color: approx Studio. HEX triplet: 78, 5D and 9D. RGB value is (120,93,157). Sum of RGB (Red+Green+Blue) = 120+93+157=370 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.43% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 157 - color contains mainly: blue. Hex color #785D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785D9D is #87A262. Grayscale: #6C6C6C. Windows color (decimal): -8888931 or 10313080. OLE color: 10313080.

HSL color Cylindrical-coordinate representation of color #785D9D: hue angle of 265.31º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #785D9D is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12093157-
CMYK0.240.4100.38
HSL265.31º25.6%49.02%-
HSV(B)265.31º40.76%61.57%-
XYZ17.7514.2633.71-
YUV108.37155.45136.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.43%
GREEN value IS 93 (36.72% from 255) = 25.14%
BLUE value IS 157 (61.72% from 255) = 42.43%
R=32.43%
G=25.14%
B=42.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal120931570.240.4100.38265.3125.649.02
Hex785D9D18290261091a31
Octal17013523530510464113261
Binary111100010111011001110111000101001010011010000100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785D9D; }

 p { color: rgb(120,93,157); }

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

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

 a { background-color: rgb(120,93,157); }

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

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

 span { border-color: rgb(120,93,157); }

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