#785495

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

Shades of Studio #785495

Tints of Studio #785495

Color information

#785495 (or 0x785495) is unknown color: approx Studio. HEX triplet: 78, 54 and 95. RGB value is (120,84,149). Sum of RGB (Red+Green+Blue) = 120+84+149=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 149 - color contains mainly: blue. Hex color #785495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785495 is #87AB6A. Grayscale: #656565. Windows color (decimal): -8891243 or 9786488. OLE color: 9786488.

HSL color Cylindrical-coordinate representation of color #785495: hue angle of 273.23º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #785495 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12084149-
CMYK0.190.4400.42
HSL273.23º27.9%45.69%-
HSV(B)273.23º43.62%58.43%-
XYZ16.3412.529.99-
YUV102.17154.43140.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.99%
GREEN value IS 84 (33.20% from 255) = 23.80%
BLUE value IS 149 (58.59% from 255) = 42.21%
R=33.99%
G=23.80%
B=42.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal120841490.190.4400.42273.2327.945.69
Hex785495132C02A1111c2e
Octal17012422523540524213456
Binary111100010101001001010110011101100010101010001000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785495; }

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

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

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

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

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

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

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

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