#785995

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

Shades of Studio #785995

Tints of Studio #785995

Color information

#785995 (or 0x785995) is unknown color: approx Studio. HEX triplet: 78, 59 and 95. RGB value is (120,89,149). Sum of RGB (Red+Green+Blue) = 120+89+149=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 149 - color contains mainly: blue. Hex color #785995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785995 is #87A66A. Grayscale: #686868. Windows color (decimal): -8889963 or 9787768. OLE color: 9787768.

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

Color convert

RGB12089149-
CMYK0.190.4000.42
HSL271º25.21%46.67%-
HSV(B)271º40.27%58.43%-
XYZ16.7413.3130.12-
YUV105.11152.77138.62-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.52%
GREEN value IS 89 (35.16% from 255) = 24.86%
BLUE value IS 149 (58.59% from 255) = 41.62%
R=33.52%
G=24.86%
B=41.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal120891490.190.4000.4227125.2146.67
Hex785995132802A10f192f
Octal17013122523500524173157
Binary111100010110011001010110011101000010101010000111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785995; }

 p { color: rgb(120,89,149); }

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

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

 a { background-color: rgb(120,89,149); }

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

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

 span { border-color: rgb(120,89,149); }

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