#785B98

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

Shades of Studio #785B98

Tints of Studio #785B98

Color information

#785B98 (or 0x785B98) is unknown color: approx Studio. HEX triplet: 78, 5B and 98. RGB value is (120,91,152). Sum of RGB (Red+Green+Blue) = 120+91+152=363 (48% of max value = 765). Red value is 120 (47.27% from 255 or 33.06% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 152 - color contains mainly: blue. Hex color #785B98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785B98 is #87A467. Grayscale: #6A6A6A. Windows color (decimal): -8889448 or 9984888. OLE color: 9984888.

HSL color Cylindrical-coordinate representation of color #785B98: hue angle of 268.52º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #785B98 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12091152-
CMYK0.210.4000.40
HSL268.52º25.1%47.65%-
HSV(B)268.52º40.13%59.61%-
XYZ17.1513.7431.45-
YUV106.62153.61137.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.06%
GREEN value IS 91 (35.94% from 255) = 25.07%
BLUE value IS 152 (59.77% from 255) = 41.87%
R=33.06%
G=25.07%
B=41.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal120911520.210.4000.40268.5225.147.65
Hex785B98152802810d1930
Octal17013323025500504153160
Binary111100010110111001100010101101000010100010000110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,91,152); }

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

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

 a { background-color: rgb(120,91,152); }

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

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

 span { border-color: rgb(120,91,152); }

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