#783FB9

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

Shades of Studio #783FB9

Tints of Studio #783FB9

Color information

#783FB9 (or 0x783FB9) is unknown color: approx Studio. HEX triplet: 78, 3F and B9. RGB value is (120,63,185). Sum of RGB (Red+Green+Blue) = 120+63+185=368 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.61% from 368); Green value is 63 (25% from 255 or 17.12% from 368); Blue value is 185 (72.66% from 255 or 50.27% from 368); Max value from RGB is 185 - color contains mainly: blue. Hex color #783FB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #783FB9 is #87C046. Grayscale: #5D5D5D. Windows color (decimal): -8896583 or 12140408. OLE color: 12140408.

HSL color Cylindrical-coordinate representation of color #783FB9: hue angle of 268.03º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #783FB9 is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12063185-
CMYK0.350.6600.27
HSL268.03º49.19%48.63%-
HSV(B)268.03º65.95%72.55%-
XYZ18.2811.0547.07-
YUV93.95179.38146.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.61%
GREEN value IS 63 (25% from 255) = 17.12%
BLUE value IS 185 (72.66% from 255) = 50.27%
R=32.61%
G=17.12%
B=50.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal120631850.350.6600.27268.0349.1948.63
Hex783FB9234201B10c3131
Octal17077271431020334146161
Binary1111000111111101110011000111000010011011100001100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783FB9; }

 p { color: rgb(120,63,185); }

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

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

 a { background-color: rgb(120,63,185); }

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

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

 span { border-color: rgb(120,63,185); }

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